mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-17 09:15:41 +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.