From f63d890a75ac55a75859187a52808f0ed689d063 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 10 Nov 2018 15:23:11 -0800 Subject: [PATCH] Update chat_commands.dm --- modular_citadel/code/modules/admin/chat_commands.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/admin/chat_commands.dm b/modular_citadel/code/modules/admin/chat_commands.dm index fe9716dc9c..0f4a2fbe6f 100644 --- a/modular_citadel/code/modules/admin/chat_commands.dm +++ b/modular_citadel/code/modules/admin/chat_commands.dm @@ -10,7 +10,7 @@ return "[saltresult]!" /datum/tgs_chat_command/despacito - name = "play despacito" //someone please high effort this sometime and make it a full on ytdl search + name = "despacito" //someone please high effort this sometime and make it a full on ytdl search help_text = "This is so sad." /datum/tgs_chat_command/despacito/Run()