mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-02 02:39:00 +00:00
`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.