From 06f85e0fbabd031240559470be59ceb2be420fab Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 7 Aug 2021 22:15:18 -0400 Subject: few fixes --- src/commands/config/blacklist.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands/config/blacklist.ts') diff --git a/src/commands/config/blacklist.ts b/src/commands/config/blacklist.ts index 78b0446..864081c 100644 --- a/src/commands/config/blacklist.ts +++ b/src/commands/config/blacklist.ts @@ -16,7 +16,6 @@ export default class BlacklistCommand extends BushCommand { { id: 'target', customType: Argument.union('channel', 'user'), - prompt: { start: 'What channel or user that you would like to blacklist/unblacklist?', retry: '{error} Pick a valid command.', -- cgit