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)