1
0
Fork 0
forked from threeoh6000/joltik
This commit is contained in:
abbie 2024-08-05 21:04:22 +01:00
parent b487bf6906
commit 580173f2d8
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C

View file

@ -52,7 +52,7 @@ client:on('messageCreate', function(message)
if message.content == prefix .. 'ping' and message.author.id == client.owner.id then
message.channel:send({embed = {title = "Ping?",description = "Pong!",color = 0x00FFFF}})
end
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
if message.guild.id == "1209971237770498088" and string.find(message.content:lower(), "sako") and string.find(message.content:lower(), "lovely") and message.author.id ~= client.user.id then
local counter = load("counter.txt")
counter = tonumber(counter)
message:addReaction("1")
@ -61,7 +61,7 @@ client:on('messageCreate', function(message)
end
if message.content == prefix .. 'sacounter' and message.author.id ~= "1152611181601759326" then
local counter = load("counter.txt")
message.channel:send("**we have told sako to shut up ".. counter .. " times**")
message.channel:send("**we have said that sako is lovely ".. counter .. " times**")
end
if message.content == prefix .. 'shutdown' then
if message.author.id == "867901290336223242" then