mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-06 07:12:58 +00:00
Inventory update, added the 'buy', 'shop', 'work', 'rank', and 'inventory' commands
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const { Schema, model } = require('mongoose');
|
||||
|
||||
const Guild = Schema({
|
||||
id: String,
|
||||
prefix: {
|
||||
default: '?',
|
||||
type: String
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = model('Guild', Guild);
|
||||
Reference in New Issue
Block a user