diff --git a/src/main/kotlin/org/hyacinthbots/lilybot/extensions/moderation/ModerationCommands.kt b/src/main/kotlin/org/hyacinthbots/lilybot/extensions/moderation/ModerationCommands.kt index 7e89626a..8f78a827 100644 --- a/src/main/kotlin/org/hyacinthbots/lilybot/extensions/moderation/ModerationCommands.kt +++ b/src/main/kotlin/org/hyacinthbots/lilybot/extensions/moderation/ModerationCommands.kt @@ -677,7 +677,7 @@ class ModerationCommands : Extension() { guild?.kick(arguments.userArgument.id, arguments.reason) respond { - content = "Kicked ${arguments.userArgument}" + content = "Kicked ${arguments.userArgument.mention}" } } }