Describe the bug
|
} else { |
|
await guild.settings.unset('settings.dj'); |
|
} |
The DJ role is not unset properly - it should be
dj instead of
settings.dj
Severity
Critical
Affected branches
Quaver version
8.0.0-next.35
Steps to reproduce
- Set DJ role in /settings
- Unset DJ role in /settings
- Observe that the DJ role is not unset
Expected behavior
DJ role is unset
Actual behavior
DJ role is not unset
Relevant log output
Describe the bug
Quaver/src/components/roleSelectMenus/dj.ts
Lines 44 to 46 in d348ed1
The DJ role is not unset properly - it should be
djinstead ofsettings.djSeverity
Critical
Affected branches
Quaver version
8.0.0-next.35
Steps to reproduce
Expected behavior
DJ role is unset
Actual behavior
DJ role is not unset
Relevant log output