diff --git a/bot.lua b/bot.lua index cd27190..e86a400 100644 --- a/bot.lua +++ b/bot.lua @@ -21,6 +21,7 @@ client:on('messageCreate', function(message) end end) +--Re-Init detector. Only command that itself cannot be fully re-initialized client:on('messageCreate', function(message) local user = message.guild:getMember(message.author.id) if not user:hasPermission("administrator") then