From 1e4db9ff9ee756dde9433f937ea9d02cb81ee8fe Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 19 Oct 2018 10:49:44 -0700 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 ba5fcaf8c4..fe9716dc9c 100644 --- a/modular_citadel/code/modules/admin/chat_commands.dm +++ b/modular_citadel/code/modules/admin/chat_commands.dm @@ -11,7 +11,7 @@ /datum/tgs_chat_command/despacito name = "play despacito" //someone please high effort this sometime and make it a full on ytdl search - help_text "This is so sad." + help_text = "This is so sad." /datum/tgs_chat_command/despacito/Run() return "https://www.youtube.com/watch?v=kJQP7kiw5Fk"