mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-05 23:06:14 +00:00
Inventory update, added the 'buy', 'shop', 'work', 'rank', and 'inventory' commands
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
name: 'Init',
|
||||
async execute(bot, message, args, command, GuildModel, Discord, connect) {
|
||||
if (!message.guild) { return console.log("NO GUILD"); }
|
||||
const doc = new GuildModel( {id: message.guild.id });
|
||||
await doc.save();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user