From 821ed93ccf55e4f32f6f25f502bce1e5b161d356 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 3 Feb 2022 21:12:19 -0500 Subject: add bot info to user info command --- src/commands/config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/config') 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({ -- cgit