From 372718e567e060cead16dde5d6d190666b4dd575 Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Sun, 16 May 2021 20:30:34 -0400 Subject: add colored logging and improved logging code, fix a few moderation command issues, add more logging, and make ban check run every 30s not 60s --- src/commands/admin/prefix.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/commands/admin') diff --git a/src/commands/admin/prefix.ts b/src/commands/admin/prefix.ts index 8fb50f8..3948a7e 100644 --- a/src/commands/admin/prefix.ts +++ b/src/commands/admin/prefix.ts @@ -10,7 +10,13 @@ export default class PrefixCommand extends BotCommand { id: 'prefix' } ], - userPermissions: ['MANAGE_GUILD'] + userPermissions: ['MANAGE_GUILD'], + description: { + content: + 'Set the prefix of the current server (resets to default if prefix is not given)', + usage: 'prefix [prefix]', + examples: ['prefix', 'prefix +'] + } }); } async exec( -- cgit