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

View file

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