skyra
skyra copied to clipboard
bug: warnings not displaying active warnings
Is there an existing issue for this?
- [X] I have searched the existing issues
Description of the bug
When running the !warnings command with or without a user param, the warnings command always says there are no warnings active.
Steps To Reproduce
Run following commands
- s!warn @user test
- s!case {caseid}
- s!warnings
- s!warnings @user
Expected behavior
Display the active warnings on the server, and per user.
Screenshots
Additional context
The command help text describes this functionality.
The problem seems to be that the !warnings command code is return mutes, not warnings. This contridicts the help text and name of the command leading to confusion as to is function.
This should have been fixed a long time ago, but in case it wasn't, #2595 100% fixed this. Thanks for the issue report!