aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/userInfo.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-20 16:35:27 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-20 16:35:27 -0400
commitb795a6e51b9ff69ed958f985908f81aff73022dc (patch)
tree37b51353f6be564586fb0b4aae8692429497608d /src/commands/info/userInfo.ts
parentb228c3b222f37ceaa888f926811e6cfadf33e24a (diff)
downloadtanzanite-b795a6e51b9ff69ed958f985908f81aff73022dc.tar.gz
tanzanite-b795a6e51b9ff69ed958f985908f81aff73022dc.tar.bz2
tanzanite-b795a6e51b9ff69ed958f985908f81aff73022dc.zip
fixed caching
Diffstat (limited to 'src/commands/info/userInfo.ts')
-rw-r--r--src/commands/info/userInfo.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/info/userInfo.ts b/src/commands/info/userInfo.ts
index 5e70323..b9d59cc 100644
--- a/src/commands/info/userInfo.ts
+++ b/src/commands/info/userInfo.ts
@@ -153,7 +153,7 @@ export default class UserInfoCommand extends BushCommand {
}
if (perms.length) userEmbed.addField('» Important Perms', perms.join(' '));
- if (emojis) userEmbed.setDescription(emojis.join(' '));
+ if (emojis) userEmbed.setDescription('​'/*zero width space*/+emojis.join(' '));
return await message.util.reply({ embeds: [userEmbed] });
}