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