mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-02 09:11:51 +00:00
ff692c19b7
`Promise.all(...)` runs these simultaneously, yet role depends on the guild to be created first. This can lead to a race condition. I've awaited role creation too because the call to `Member.addToGuild(...)` relies on the role to be created.