generated from lucxjo/template
[BUG] Repeated role creation #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ER has a feature that allows boosters to update their perk roles themselves in development.
Expected Behavior
When boosting a guild, a role should be created if not exists
Current Behaviour
Will create as many roles as the api will allow before crashing
Possible Solution
Check decorator, if it’s @On() then switch to @Once(). Check guild to see if a role exists with that name beforehand
Logs