remove my ID as a blacklist placeholder
This commit is contained in:
parent
5ee9d4106d
commit
7aa6a617b5
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ module.exports = {
|
||||||
await Servers.set(`${ctx.guild.id}.rp_text`, true);
|
await Servers.set(`${ctx.guild.id}.rp_text`, true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
blacklist: async function (user = '318044130796109825', kind, reason) {
|
blacklist: async function (user, kind, reason) {
|
||||||
switch (kind) {
|
switch (kind) {
|
||||||
case "add":
|
case "add":
|
||||||
case "a":
|
case "a":
|
||||||
|
|
Loading…
Reference in a new issue