From a47ef150fd38fff3666faccd6f976f660fdbf9f3 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 31 Aug 2021 18:45:23 -0400 Subject: cleanup and deprecated old config commands --- src/commands/dev/servers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/dev/servers.ts') 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 }); } -- cgit