aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config/config.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/config.ts
parent15b6988ccffc0a21a570bee7fcb8aabe6ffe08c7 (diff)
downloadtanzanite-master.tar.gz
tanzanite-master.tar.bz2
tanzanite-master.zip
clean upHEADmaster
Diffstat (limited to 'src/commands/config/config.ts')
-rw-r--r--src/commands/config/config.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/config/config.ts b/src/commands/config/config.ts
index b923d56..adc41d8 100644
--- a/src/commands/config/config.ts
+++ b/src/commands/config/config.ts
@@ -3,9 +3,9 @@ import {
BotCommand,
colors,
emojis,
+ formatList,
GuildNoArraySetting,
guildSettingsObj,
- oxford,
settingsArr,
type ArgType,
type CommandMessage,
@@ -174,11 +174,11 @@ export default class ConfigCommand extends BotCommand {
id: 'action',
type: actionType,
prompt: {
- start: `Would you like to ${oxford(
+ start: `Would you like to ${formatList(
actionType!.map((a) => `\`${a}\``),
'or'
)} the \`${setting}\` setting?`,
- retry: `{error} Choose one of the following actions to perform on the ${setting} setting: ${oxford(
+ retry: `{error} Choose one of the following actions to perform on the ${setting} setting: ${formatList(
actionType!.map((a) => `\`${a}\``),
'or'
)}`,