aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config/log.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-09-07 21:33:37 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-09-07 21:33:37 -0400
commited98ff7e2679f362f2657e77a6cf8dd3ce9b3d43 (patch)
tree75a6ba3cf992c1d563ddb8042d4cd9b4278207b8 /src/commands/config/log.ts
parent15b6988ccffc0a21a570bee7fcb8aabe6ffe08c7 (diff)
downloadtanzanite-master.tar.gz
tanzanite-master.tar.bz2
tanzanite-master.zip
clean upHEADmaster
Diffstat (limited to 'src/commands/config/log.ts')
-rw-r--r--src/commands/config/log.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/config/log.ts b/src/commands/config/log.ts
index 493d486..0c74ce7 100644
--- a/src/commands/config/log.ts
+++ b/src/commands/config/log.ts
@@ -1,8 +1,8 @@
import {
BotCommand,
emojis,
+ formatList,
guildLogsArr,
- oxford,
type ArgType,
type CommandMessage,
type GuildLogType,
@@ -58,7 +58,7 @@ export default class LogCommand extends BotCommand {
type: guildLogsArr,
prompt: {
start: 'What log type would you like to change?',
- retry: `{error} Choose either ${oxford(
+ retry: `{error} Choose either ${formatList(
guildLogsArr.map((l) => `\`${l}\``),
'or'
)}`,