mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Ignore this
This commit is contained in:
@@ -65,4 +65,4 @@ async function loadBotBackups(bot, IDM) {
|
||||
}
|
||||
|
||||
|
||||
module.exports = { backupLists, loadBotBackups }
|
||||
module.exports = { backupLists, loadBotBackups }
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user