Skip to content

Commit

Permalink
Fix lily dumping the whole member object when kicking a user
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Apr 29, 2024
1 parent 0ea8e7a commit 47140eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -677,7 +677,7 @@ class ModerationCommands : Extension() {
guild?.kick(arguments.userArgument.id, arguments.reason)

respond {
content = "Kicked ${arguments.userArgument}"
content = "Kicked ${arguments.userArgument.mention}"
}
}
}
Expand Down

0 comments on commit 47140eb

Please sign in to comment.