Add files via upload
This commit is contained in:
parent
430747016c
commit
ee0cf0cce5
1 changed files with 114 additions and 114 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue