Init slash commands earlier
| @@ -908,13 +908,13 @@ async function firstLoadInit() { | ||
| 908 | 908 | await getClientVersion(); |
| 909 | 909 | await readSecretState(); |
| 910 | 910 | initLocales(); |
| 911 | + initDefaultSlashCommands(); | |
| 911 | 912 | await getSystemMessages(); |
| 912 | 913 | sendSystemMessage(system_message_types.WELCOME); |
| 913 | 914 | await getSettings(); |
| 914 | 915 | initKeyboard(); |
| 915 | 916 | initDynamicStyles(); |
| 916 | 917 | initTags(); |
| 917 | - initDefaultSlashCommands(); | |
| 918 | 918 | await getUserAvatars(true, user_avatar); |
| 919 | 919 | await getCharacters(); |
| 920 | 920 | await getBackgrounds(); |