Skip to content

Commit

Permalink
Fix user deleted Discord message
Browse files Browse the repository at this point in the history
  • Loading branch information
codemicro committed Jan 28, 2024
1 parent 262d98b commit 6747b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/discordWebhookNotify/discordWebhookNotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func Run() {

me.Colour = ColourMid
me.Title = fmt.Sprintf("Account with ID %s has been deleted", data.UserID)
me.Description = fmt.Sprintf("Deleted by admin with ID %s", data.UserID, data.ActingUserID)
me.Description = fmt.Sprintf("Deleted by admin with ID %s", data.ActingUserID)
}

if err := sendEmbed(me); err != nil {
Expand Down

0 comments on commit 6747b81

Please sign in to comment.