Init slash commands earlier
This commit is contained in:
parent
2ff16533df
commit
d5c2bf3781
|
@ -908,13 +908,13 @@ async function firstLoadInit() {
|
|||
await getClientVersion();
|
||||
await readSecretState();
|
||||
initLocales();
|
||||
initDefaultSlashCommands();
|
||||
await getSystemMessages();
|
||||
sendSystemMessage(system_message_types.WELCOME);
|
||||
await getSettings();
|
||||
initKeyboard();
|
||||
initDynamicStyles();
|
||||
initTags();
|
||||
initDefaultSlashCommands();
|
||||
await getUserAvatars(true, user_avatar);
|
||||
await getCharacters();
|
||||
await getBackgrounds();
|
||||
|
|
Loading…
Reference in New Issue