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

View file

@ -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":