This commit is contained in:
ry 2020-02-16 21:40:41 +01:00
parent 0e153cf124
commit c77b8b0ced
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ module.exports = {
let UserFromDB = await db.blacklist(msg.author.id, 's')
if (UserFromDB.state) return;
*/
// WHY WON'T YOU WORK
const DefaultPrefix = client.config.prefixes;
const CustomPrefix = Servers.get(msg.guild.id);
if (!CustomPrefix) {