source code command
This commit is contained in:
parent
575307c013
commit
9b440e4a44
1 changed files with 3 additions and 1 deletions
4
bot.lua
4
bot.lua
|
@ -83,8 +83,10 @@ client:on('messageCreate', function(message)
|
|||
message.channel:send("You gotta pat someone!")
|
||||
end
|
||||
if message.content == prefix .. 'help' then
|
||||
message.channel:send("**Need help? Refer to my handy dandy help sheet!**\n\n```diff\n+ Action\nhug kiss pat cuddle slap\n\n+ Fun\n8ball\n\n+ Info\nping help\n```")
|
||||
message.channel:send("**Need help? Refer to my handy dandy help sheet!**\n\n```diff\n+ Action\nhug kiss pat cuddle slap\n\n+ Fun\n8ball\n\n+ Info\nping help source\n```")
|
||||
end
|
||||
if message.content == prefix .. 'source' then
|
||||
message.channel:send("**Look inside my brain at https://git.colean.cc/threeoh6000/joltik**")
|
||||
if message.content == prefix .. 'shutdown' then
|
||||
if message.author.id == "867901290336223242" then
|
||||
message.channel:send("**Shutting down!** Good night mother! :heart:")
|
||||
|
|
Reference in a new issue