diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-03 21:12:19 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-03 21:12:19 -0500 |
commit | 821ed93ccf55e4f32f6f25f502bce1e5b161d356 (patch) | |
tree | 42d0547f589134a6e549975f2da199f943e7b3b9 /src/commands/config | |
parent | 75eb731d077638472abc2f2423f6759a110bcda6 (diff) | |
download | tanzanite-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.ts | 2 |
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({ |