aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/servers.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-31 18:45:23 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-31 18:45:23 -0400
commita47ef150fd38fff3666faccd6f976f660fdbf9f3 (patch)
tree3f73c3d03236b09bf824469791f4ef7d2016b0b7 /src/commands/dev/servers.ts
parent9aa46f79516c0c044742339c59d471b43060d84f (diff)
downloadtanzanite-a47ef150fd38fff3666faccd6f976f660fdbf9f3.tar.gz
tanzanite-a47ef150fd38fff3666faccd6f976f660fdbf9f3.tar.bz2
tanzanite-a47ef150fd38fff3666faccd6f976f660fdbf9f3.zip
cleanup and deprecated old config commands
Diffstat (limited to 'src/commands/dev/servers.ts')
-rw-r--r--src/commands/dev/servers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/servers.ts b/src/commands/dev/servers.ts
index d8799f5..c86e889 100644
--- a/src/commands/dev/servers.ts
+++ b/src/commands/dev/servers.ts
@@ -13,7 +13,7 @@ export default class ServersCommand extends BushCommand {
},
clientPermissions: ['SEND_MESSAGES'],
userPermissions: ['SEND_MESSAGES'],
- superUserOnly: true
+ ownerOnly: true
});
}