Fixed dummy db

This commit is contained in:
Essem 2021-08-13 14:15:42 -05:00
parent 2fbd2e3016
commit 70a592fa49
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

@ -26,7 +26,7 @@ exports.addGuild = async (guild) => {
tags: misc.tagDefaults,
prefix: process.env.PREFIX,
disabled: [],
tagsDisabled: false,
disabled_commands: []
};
};
exports.getGuild = exports.addGuild;