diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c76f0d0e..5439c98a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,15 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o -## Unreleased +## [3.0.10] - 01.12.2021 ### Changed - `.warn` now supports weighted warnings - `.warnlog` will now show current amount and total amount of warnings +### Fixed +- `.xprewsreset` now has correct permissions + ### Removed - Removed slot.numbers from `images.yml` as they're no longer used diff --git a/src/NadekoBot/Modules/Xp/Xp.cs b/src/NadekoBot/Modules/Xp/Xp.cs index 9083d7310..f3a3ef77c 100644 --- a/src/NadekoBot/Modules/Xp/Xp.cs +++ b/src/NadekoBot/Modules/Xp/Xp.cs @@ -39,6 +39,8 @@ namespace NadekoBot.Modules.Xp } [NadekoCommand, Aliases] + [RequireContext(ContextType.Guild)] + [RequireUserPermission(GuildPermission.Administrator)] public async Task XpRewsReset() { var reply = await PromptUserConfirmAsync(_eb.Create()