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() {
908908 await getClientVersion();
909909 await readSecretState();
910910 initLocales();
911+ initDefaultSlashCommands();
911912 await getSystemMessages();
912913 sendSystemMessage(system_message_types.WELCOME);
913914 await getSettings();
914915 initKeyboard();
915916 initDynamicStyles();
916917 initTags();
917- initDefaultSlashCommands();
918918 await getUserAvatars(true, user_avatar);
919919 await getCharacters();
920920 await getBackgrounds();