mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 13:45:47 +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.