add space to icons

This commit is contained in:
AlecM33
2023-01-30 17:47:26 -05:00
parent 7804c1b137
commit 69bea56243

View File

@@ -93,7 +93,7 @@ export const globals = {
moderator: ' \uD83D\uDC51', moderator: ' \uD83D\uDC51',
'temp mod': ' \uD83C\uDFAE\uD83D\uDC51', 'temp mod': ' \uD83C\uDFAE\uD83D\uDC51',
spectator: ' \uD83D\uDC7B', spectator: ' \uD83D\uDC7B',
killed: '\uD83D\uDC80', killed: ' \uD83D\uDC80',
bot: '\uD83E\uDD16' bot: ' \uD83E\uDD16'
} }
}; };