Compare commits
2 commits
436f8564be
...
4b578c8af9
Author | SHA1 | Date | |
---|---|---|---|
|
4b578c8af9 | ||
|
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