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 -2
View File
@@ -281,8 +281,7 @@ bot.on("guildCreate", guild => {
bot.mongoconnection.then(client => { bot.mongoconnection.then(client => {
const dbo = client.db(guild.id).collection('SETUP'); 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}, 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: 'announcement', channel: null, role: null}, {_id: 'roles', commands: ["Selmer Bot Commands"], announcements: "Selmer Bot Calendar"}]);
}); });
}); });