This commit is contained in:
rxdn 2020-06-18 15:24:28 +01:00
parent 78c75dfaea
commit e893728294

View File

@ -267,10 +267,10 @@
} }
} }
withLoadingScreen(() => { withLoadingScreen(async () => {
loadStatus(); await loadStatus();
loadErrors(); await loadErrors();
loadGuilds(); await loadGuilds();
}); });
</script> </script>
{{end}} {{end}}