Compare commits

...

2 Commits

Author SHA1 Message Date
ry 4b578c8af9 Merge branch 'master' of https://gitdab.com/r/thaldrin 2020-01-06 11:50:50 +01:00
ry 7aa6a617b5 remove my ID as a blacklist placeholder 2020-01-06 11:50:38 +01:00
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":