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 };