Ignore this

This commit is contained in:
ION606
2022-10-24 11:03:40 -04:00
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -65,4 +65,4 @@ async function loadBotBackups(bot, IDM) {
}
module.exports = { backupLists, loadBotBackups }
module.exports = { backupLists, loadBotBackups }
+2 -3
View File
@@ -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);
bot.login(token);