From 13399db8cb6f2160b76d3ba70fb4530a172c13fe Mon Sep 17 00:00:00 2001 From: Astoria Floyd Date: Sun, 22 Aug 2021 14:19:25 -0500 Subject: [PATCH] Fix additional lol --- commands/simpleCommands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/simpleCommands.lua b/commands/simpleCommands.lua index 4c3a59b..7f65b3e 100644 --- a/commands/simpleCommands.lua +++ b/commands/simpleCommands.lua @@ -41,7 +41,7 @@ end [prefix..'welsh'] = { -- Welsh. exec = function (message) - message.channel:send("https://cdn.discordapp.com/attachments/748713417489252503/770289379586867231/image0.gif lol") + message.channel:send("https://cdn.discordapp.com/attachments/748713417489252503/770289379586867231/image0.gif") message:delete() end };