print debugging

pull/216/head
Aevann 2023-10-26 18:18:16 +03:00
parent b92ac4ecf4
commit c80a22e8a0
1 changed files with 2 additions and 1 deletions

View File

@ -178,7 +178,8 @@ function fetchEmojis() {
if (!emoji.author_username.endsWith(' user')) {
emojisSearchDictionary.updateTag(`@${emoji.author_username.toLowerCase()}`, emoji.name);
emojisSearchDictionary.updateTag(`@${emoji.author_original_username.toLowerCase()}`, emoji.name);
emojisSearchDictionary.updateTag(`@${emoji.author_prelock_username.toLowerCase()}`, emoji.name);
try {emojisSearchDictionary.updateTag(`@${emoji.author_prelock_username.toLowerCase()}`, emoji.name);}
catch (e) {console.log(emoji.author_username)}
}
if (emoji.tags instanceof Array)