aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moderation/roleCommand.ts
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-27 01:54:16 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-27 01:54:16 +0000
commit5982dd356238ebd8d8d2b9400635cf0fd13be5eb (patch)
tree58a5c9b8c1a8a1e7bbe976f2ce08edb06ed9da8a /src/commands/moderation/roleCommand.ts
parentcd0f853a2e4732cea5356f9ee3603bb804b0ab1f (diff)
downloadtanzanite-5982dd356238ebd8d8d2b9400635cf0fd13be5eb.tar.gz
tanzanite-5982dd356238ebd8d8d2b9400635cf0fd13be5eb.tar.bz2
tanzanite-5982dd356238ebd8d8d2b9400635cf0fd13be5eb.zip
Automatically format code
Diffstat (limited to 'src/commands/moderation/roleCommand.ts')
-rw-r--r--src/commands/moderation/roleCommand.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/roleCommand.ts b/src/commands/moderation/roleCommand.ts
index 04437ba..d5948c3 100644
--- a/src/commands/moderation/roleCommand.ts
+++ b/src/commands/moderation/roleCommand.ts
@@ -42,7 +42,7 @@ export default class RoleCommand extends BushCommand {
constructor() {
super('role', {
aliases: ['role', 'addrole', 'removerole'],
- category: "moderation",
+ category: 'moderation',
description: {
content: "Manages users' roles.",
usage: 'role <add|remove> <user> <role>',