mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 10:37:19 +00:00
Remove some debug code
This commit is contained in:
parent
e6694f3751
commit
f5d1bbee90
4 changed files with 0 additions and 66 deletions
|
@ -307,22 +307,6 @@ connect().then(async () => {
|
|||
startUptimeCounter();
|
||||
});
|
||||
|
||||
const debugGuilds = ["877581055920603238", "348468156597010432", "134286179121102848"];
|
||||
bot.on("guildLoaded", (guildId) => {
|
||||
if (!debugGuilds.includes(guildId)) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(`[!! DEBUG !!] LOADED GUILD ${guildId}`);
|
||||
});
|
||||
bot.on("guildUnloaded", (guildId) => {
|
||||
if (!debugGuilds.includes(guildId)) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(`[!! DEBUG !!] UNLOADED GUILD ${guildId}`);
|
||||
});
|
||||
|
||||
bot.initialize();
|
||||
logger.info("Bot Initialized");
|
||||
logger.info("Logging in...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue