update invisible char for bot sorting

thanks doge
This commit is contained in:
Lamp 2019-04-03 00:21:05 +00:00
parent a3033fd84b
commit 485d39045a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
// arrange bots at bottom of list
(async function(){
let prefix = "\udb40\udc00";
let prefix = "\udb40\uddf0";
let onNick = async member => {
if (member.user.bot && !member.displayName.startsWith(prefix))
await member.setNickname(`${prefix}${member.displayName}`.substr(0,32));