Init slash commands earlier

This commit is contained in:
Cohee 2024-07-10 00:22:21 +03:00
parent 2ff16533df
commit d5c2bf3781
1 changed files with 1 additions and 1 deletions

View File

@ -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();