diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-20 16:36:23 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-20 16:36:23 -0400 |
commit | 5c242f597595b8db71875d92c0afe0a5947442a6 (patch) | |
tree | 13c2878b1e6368f17dd349194c320d2518fe2a9d /src/commands/info/userInfo.ts | |
parent | b795a6e51b9ff69ed958f985908f81aff73022dc (diff) | |
parent | e2787c5a15e6b9a0c00bc7ed31fe3d1774fb8ff1 (diff) | |
download | tanzanite-5c242f597595b8db71875d92c0afe0a5947442a6.tar.gz tanzanite-5c242f597595b8db71875d92c0afe0a5947442a6.tar.bz2 tanzanite-5c242f597595b8db71875d92c0afe0a5947442a6.zip |
Merge branch 'rewrite' of https://github.com/NotEnoughUpdates/bush-bot into rewrite
Diffstat (limited to 'src/commands/info/userInfo.ts')
-rw-r--r-- | src/commands/info/userInfo.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/info/userInfo.ts b/src/commands/info/userInfo.ts index b9d59cc..7172c75 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(''/*zero width space*/+emojis.join(' ')); + if (emojis) userEmbed.setDescription('' /*zero width space*/ + emojis.join(' ')); return await message.util.reply({ embeds: [userEmbed] }); } |