Added new hidden welsh function

pull/1/head
Astoria Floyd 3 years ago
parent 30115e0562
commit 290f0ce6c9

@ -58,6 +58,13 @@ client:on('messageCreate', function(message)
end
end)
client:on('messageCreate', function(message)
if tools.messageDectection(message, "analyze") == true then
print(message.content)
print(message.attachments)
end
end)
client:on('messageCreate', function(message)
if tools.messageDectection(message, "figlet ") == true then
local figletthis = string.sub(message.content, 9)
@ -76,4 +83,12 @@ client:on('messageCreate', function(message)
end
end)
client:on('messageCreate', function(message)
if tools.messageDectection(message, "welsh") == true then
image = "https://cdn.discordapp.com/attachments/748713417489252503/770289379586867231/image0.gif"
message.channel:send(image)
message:delete()
end
end)
client:run('Bot ODczMjU1Mjk2MDI0MzIyMDU5.YQ1wXg.BbXq1fu-4nlG95EkLkHujVEObG4')

@ -1,13 +1,17 @@
```fix
Basic functions
---------------
-figlet
Converts text to ASCII art
-cowsay
Converts text to the speech of a cow
-ping
Pong!
-roll
Rolls a d20
-time
Displays the time in military time, as if you were in chicago
-help
-helpme
^-^
Basic Information
-----------------

@ -1 +1 @@
{"url":"wss://gateway.discord.gg","873255296024322059":{"shards":1,"timestamp":1628292687,"owner":{"id":"872299874857676820","flags":1024,"avatar":null,"username":"team872299874857676820","discriminator":"0000","public_flags":1024}}}
{"873255296024322059":{"owner":{"id":"872299874857676820","discriminator":"0000","flags":1024,"username":"team872299874857676820","avatar":null,"public_flags":1024},"timestamp":1628296680,"shards":1},"url":"wss://gateway.discord.gg"}
Loading…
Cancel
Save