diff --git a/code/modules/tgs/v5/chat_commands_zz_ch.dm b/code/modules/tgs/v5/chat_commands_zz_ch.dm index cfe5b7e292..fe127968ce 100644 --- a/code/modules/tgs/v5/chat_commands_zz_ch.dm +++ b/code/modules/tgs/v5/chat_commands_zz_ch.dm @@ -81,4 +81,5 @@ return "[sender.friendly_name], the server's database is either not responding or there's no such Discord ID in the database." var/user_key = query.item[1] + qdel(query) return "<@[params]>'s ckey is [user_key]" \ No newline at end of file