Fixed dummy db
This commit is contained in:
parent
2fbd2e3016
commit
70a592fa49
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ exports.addGuild = async (guild) => {
|
|||
tags: misc.tagDefaults,
|
||||
prefix: process.env.PREFIX,
|
||||
disabled: [],
|
||||
tagsDisabled: false,
|
||||
disabled_commands: []
|
||||
};
|
||||
};
|
||||
exports.getGuild = exports.addGuild;
|
||||
|
|
Loading…
Reference in a new issue