From 5222f8c395adfde576cf9b3efd116a02218243a0 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 19 Oct 2018 09:49:19 -0700 Subject: [PATCH] Update chat_commands.dm --- modular_citadel/code/modules/admin/chat_commands.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modular_citadel/code/modules/admin/chat_commands.dm b/modular_citadel/code/modules/admin/chat_commands.dm index 639077c439..ba5fcaf8c4 100644 --- a/modular_citadel/code/modules/admin/chat_commands.dm +++ b/modular_citadel/code/modules/admin/chat_commands.dm @@ -8,3 +8,10 @@ var/saltsecondarysubject = "[pick("rework","changes","r34","ban","removal","addition","leak","proposal","fanart","introduction","tabling","ERP","bikeshedding","sprites","semen keg","argument")]" saltresult += "[saltprimarysubject] [saltsecondarysubject]" return "[saltresult]!" + +/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." + +/datum/tgs_chat_command/despacito/Run() + return "https://www.youtube.com/watch?v=kJQP7kiw5Fk"