aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-11-08Remove unnecessary noqa pragma for flake8Gravatar PureFunctor-2/+2
2020-10-03Refactor infraction_edit and infraction_appendGravatar PureFunctor-32/+15
This refactors the infraction_edit and infraction_append commands to utilize the Infraction converter.
2020-10-03Add Infraction converterGravatar PureFunctor-0/+30
This adds the Infraction converter to be used in infraction_edit and infraction_append.
2020-10-03Invoke infraction_edit directly with method callGravatar PureFunctor-1/+1
2020-10-01Add bold styling for vertical bar separatorsGravatar PureFunctor-1/+1
2020-09-27Remove prefix when appending a reasonGravatar PureFunctor-1/+1
2020-09-24Make vertical bar separators escapedGravatar PureFunctor-1/+1
2020-09-24Add visual buffer for appended reasonGravatar PureFunctor-1/+1
2020-09-24Add "a" alias for appendGravatar PureFunctor-1/+1
2020-09-24Fix unawaited coroutineGravatar PureFunctor-2/+2
2020-09-24Refactor routine for obtaining latest infractionGravatar PureFunctor-22/+14
2020-09-24Add get_latest_infraction utility functionGravatar PureFunctor-0/+14
2020-09-24Add append subcommand for infraction groupGravatar PureFunctor-0/+50
2020-09-23Update format_user to remove username and add IDGravatar Joe Banks-4/+2
2020-09-22Clean: fix mention in mod log messageGravatar MarkKoz-1/+1
Fixes BOT-99
2020-09-22Avoid using discord.Object's repr as the username for infraction searchGravatar MarkKoz-0/+7
2020-09-22Fix AttributeError for infraction user searches via the groupGravatar MarkKoz-1/+1
2020-09-22Fix future date check in snowflake converterGravatar MarkKoz-1/+1
2020-09-22Filtering: add missing space to log msgGravatar Mark-1/+1
2020-09-22Fix type annotation for expanded infractionsGravatar MarkKoz-2/+1
The `_utils.Infraction` alias does not cover nested data structures. Therefore, it's inappropriate for expanded infraction API responses.
2020-09-22Updated dependencies to match with master and include aioping.Gravatar Xithrius-6/+17
2020-09-22Whitelisted the bot_commands channel and all staff for other channels.Gravatar Xithrius-1/+3
2020-09-21Replacing the round function with a format specifier.Gravatar Xithrius-1/+1
Co-authored-by: Dennis Pham <[email protected]>
2020-09-21Replacing the round function with a format specifier.Gravatar Xithrius-1/+1
Co-authored-by: Dennis Pham <[email protected]>
2020-09-21Replacing the round function with a format specifier.Gravatar Xithrius-1/+1
Co-authored-by: Dennis Pham <[email protected]>
2020-09-21Comment updated from "microseconds" to "seconds"Gravatar Xithrius-1/+1
Co-authored-by: Dennis Pham <[email protected]>
2020-09-21Use `has_any_role` decorator instead of old `with_role` decoratorGravatar Den4200-2/+2
2020-09-21Description renamed to avoid verbosity.Gravatar Xithrius-1/+1
2020-09-21Added period to docstring.Gravatar Xithrius-1/+1