Add files via upload

This commit is contained in:
Emily 2020-01-25 11:18:38 +00:00 committed by GitHub
parent 430747016c
commit ee0cf0cce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 114 additions and 114 deletions

View File

@ -2,7 +2,7 @@ exports.run = async (client, message, [action, ...member]) => {
const settings = message.settings;
if(settings.blacklisted == "ARRAY") {
client.settings.set(message.guild.id, [], "blacklisted");
await client.settings.set(message.guild.id, [], "blacklisted");
}
if(!action) {