diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-07 17:38:17 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-07 17:38:17 -0400 |
commit | f729877226acd7d903eaa99343a187ab1375b25b (patch) | |
tree | 6583f8c683551d48081ca359e78cc1ff1061ec1c /src/commands | |
parent | bd751af08d0b1f67c1071641b98ade19cbdb3a85 (diff) | |
download | tanzanite-f729877226acd7d903eaa99343a187ab1375b25b.tar.gz tanzanite-f729877226acd7d903eaa99343a187ab1375b25b.tar.bz2 tanzanite-f729877226acd7d903eaa99343a187ab1375b25b.zip |
update punishmentRoleNames
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/moderation/role.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/moderation/role.ts b/src/commands/moderation/role.ts index 8cdfea0..c39864b 100644 --- a/src/commands/moderation/role.ts +++ b/src/commands/moderation/role.ts @@ -172,11 +172,11 @@ export default class RoleCommand extends BushCommand { punishmentRoleNames = [ 'No Files', 'No Links', + 'No Threads', 'No Reactions', - 'No Suggestions', 'No Bots', 'No VC', 'No Giveaways', - 'No Support' + 'Limited Server Access' ]; } |