forked from threeoh6000/joltik
hmm
This commit is contained in:
parent
d0334be5ad
commit
b487bf6906
1 changed files with 1 additions and 1 deletions
2
bot.lua
2
bot.lua
|
@ -52,7 +52,7 @@ client:on('messageCreate', function(message)
|
||||||
if message.content == prefix .. 'ping' and message.author.id == client.owner.id then
|
if message.content == prefix .. 'ping' and message.author.id == client.owner.id then
|
||||||
message.channel:send({embed = {title = "Ping?",description = "Pong!",color = 0x00FFFF}})
|
message.channel:send({embed = {title = "Ping?",description = "Pong!",color = 0x00FFFF}})
|
||||||
end
|
end
|
||||||
if string.find(message.content:lower(), "sako") and ((string.find(message.content:lower(), "shut")) and string.find(message.content:lower(), "up") or (string.find(message.content:lower(), "stfu")) or (string.find(message.content:lower(),"quiet"))) and message.author.id ~= client.user.id then
|
if message.guild.id == "1209971237770498088" and string.find(message.content:lower(), "sako") and ((string.find(message.content:lower(), "shut")) and string.find(message.content:lower(), "up") or (string.find(message.content:lower(), "stfu")) or (string.find(message.content:lower(),"quiet"))) and message.author.id ~= client.user.id then
|
||||||
local counter = load("counter.txt")
|
local counter = load("counter.txt")
|
||||||
counter = tonumber(counter)
|
counter = tonumber(counter)
|
||||||
message:addReaction("1️⃣")
|
message:addReaction("1️⃣")
|
||||||
|
|
Reference in a new issue