Skip to content

Commit

Permalink
fix(network): fix username and content getting swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Feb 11, 2024
1 parent eafc9c3 commit 71c527a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/NetworkManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ export default class NetworkManager {
*/
public buildNetworkEmbed(
message: Message,
censoredContent: string,
username: string,
censoredContent: string,
opts?: {
attachmentURL?: string | null;
embedCol?: HexColorString;
Expand Down

0 comments on commit 71c527a

Please sign in to comment.