remove my ID as a blacklist placeholder

This commit is contained in:
ry 2020-01-06 11:50:38 +01:00
parent 5ee9d4106d
commit 7aa6a617b5
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ module.exports = {
await Servers.set(`${ctx.guild.id}.rp_text`, true);
}
},
blacklist: async function (user = '318044130796109825', kind, reason) {
blacklist: async function (user, kind, reason) {
switch (kind) {
case "add":
case "a":