From 863863db531bdfd67f9f4ad46b81d8bbeb3b4f9b Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Mon, 5 Aug 2024 18:57:26 +0100 Subject: [PATCH] sako moment --- bot.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot.lua b/bot.lua index 9f3cd5a..d57a5b7 100644 --- a/bot.lua +++ b/bot.lua @@ -67,8 +67,6 @@ client:on('messageCreate', function(message) if message.author.id == "867901290336223242" then message.channel:send("aight byte") client:stop() - else - message.channel:send("ayo the pizza here") end end end)