diff --git a/commands/dev only/backupBot.js b/commands/dev only/backupBot.js index a3b2307..b84f4f9 100644 --- a/commands/dev only/backupBot.js +++ b/commands/dev only/backupBot.js @@ -65,4 +65,4 @@ async function loadBotBackups(bot, IDM) { } -module.exports = { backupLists, loadBotBackups } \ No newline at end of file +module.exports = { backupLists, loadBotBackups } diff --git a/main.js b/main.js index e6408fa..c90534c 100644 --- a/main.js +++ b/main.js @@ -281,8 +281,7 @@ bot.on("guildCreate", guild => { bot.mongoconnection.then(client => { const dbo = client.db(guild.id).collection('SETUP'); - dbo.insertMany([{_id: 'WELCOME', 'welcomechannel': null, 'welcomemessage': null, 'welcomebanner': null}, {_id: 'LOG', 'keepLogs': false, 'logchannel': null, 'severity': 0}, - {_id: 'announcement', channel: null, role: null}, {_id: 'roles', commands: ["Selmer Bot Commands"], announcements: "Selmer Bot Calendar"}]); + dbo.insertMany([{_id: 'WELCOME', 'welcomechannel': null, 'welcomemessage': null, 'welcomebanner': null}, {_id: 'LOG', 'keepLogs': false, 'logchannel': null, 'severity': 0}, {_id: 'announcement', channel: null, role: null}]); }); }); @@ -407,4 +406,4 @@ bot.on('messageCreate', (message) => { //#endregion //Last Line(s) -bot.login(token); \ No newline at end of file +bot.login(token);