aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-03 21:12:19 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-03 21:12:19 -0500
commit821ed93ccf55e4f32f6f25f502bce1e5b161d356 (patch)
tree42d0547f589134a6e549975f2da199f943e7b3b9 /src/commands/config
parent75eb731d077638472abc2f2423f6759a110bcda6 (diff)
downloadtanzanite-821ed93ccf55e4f32f6f25f502bce1e5b161d356.tar.gz
tanzanite-821ed93ccf55e4f32f6f25f502bce1e5b161d356.tar.bz2
tanzanite-821ed93ccf55e4f32f6f25f502bce1e5b161d356.zip
add bot info to user info command
Diffstat (limited to 'src/commands/config')
-rw-r--r--src/commands/config/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/config/config.ts b/src/commands/config/config.ts
index 8f2472e..580f8d2 100644
--- a/src/commands/config/config.ts
+++ b/src/commands/config/config.ts
@@ -357,7 +357,7 @@ export default class ConfigCommand extends BushCommand {
new ButtonComponent().setStyle(ButtonStyle.Primary).setCustomId('command_settingsBack').setLabel('Back')
);
settingsEmbed.setDescription(
- `${Formatters.italic(guildSettingsObj[setting].description)}\n\n**Type**: ${guildSettingsObj[setting].type}`
+ `${Formatters.italic(guildSettingsObj[setting].description)}\n\n**Type:** ${guildSettingsObj[setting].type}`
);
settingsEmbed.setFooter({