Init slash commands earlier

d5c2bf3781af79ef09733666d011008cf5a1e1d0

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -908,13 +908,13 @@ async function firstLoadInit() {
908 await getClientVersion();908 await getClientVersion();
909 await readSecretState();909 await readSecretState();
910 initLocales();910 initLocales();
911 initDefaultSlashCommands();
911 await getSystemMessages();912 await getSystemMessages();
912 sendSystemMessage(system_message_types.WELCOME);913 sendSystemMessage(system_message_types.WELCOME);
913 await getSettings();914 await getSettings();
914 initKeyboard();915 initKeyboard();
915 initDynamicStyles();916 initDynamicStyles();
916 initTags();917 initTags();
917 initDefaultSlashCommands();
918 await getUserAvatars(true, user_avatar);918 await getUserAvatars(true, user_avatar);
919 await getCharacters();919 await getCharacters();
920 await getBackgrounds();920 await getBackgrounds();