aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Expand)AuthorLines
2020-04-09Move message deletion up.Gravatar Numerlor-3/+4
2020-04-09Reword comment.Gravatar Numerlor-1/+1
2020-04-09Add spacing.Gravatar Numerlor-0/+1
2020-04-09Reword strings to reflect name changes.Gravatar Numerlor-6/+6
2020-04-09Change names to more descriptive ones.Gravatar Numerlor-6/+6
2020-04-09Delete overwrite instead of send_messages permission.Gravatar Numerlor-1/+1
2020-04-09Reverse help_channel_user pairs.Gravatar Numerlor-6/+4
2020-04-09Cancel permission restoration task.Gravatar Numerlor-0/+2
2020-04-09Handle dormant invokation not being found.Gravatar Numerlor-1/+4
2020-04-09Extend docstrings to include new behaviour.Gravatar Numerlor-1/+7
2020-04-09Reset cooldown after channel is made dormant.Gravatar Numerlor-0/+14
2020-04-09Allow help session starters to invoke dormant.Gravatar Numerlor-6/+17
2020-04-09Remove dormant invokation message after move.Gravatar Numerlor-0/+1
2020-04-07Ensure available help channels sync their permissionsGravatar Sebastiaan Zeeff-3/+48
2020-04-07Change help available embed to use occupied termGravatar Sebastiaan Zeeff-3/+3
2020-04-07Set the ID of the new Help: In Use categoryGravatar Sebastiaan Zeeff-1/+1
2020-04-06Use clean help channel name for used name setGravatar Sebastiaan Zeeff-1/+1
2020-04-06Use configurable prefix to clean help channel namesGravatar Sebastiaan Zeeff-3/+4
2020-04-06Change bottom sorting strategy to using a large intGravatar Sebastiaan Zeeff-21/+2
2020-04-06Add channel status emoji to help channelsGravatar Sebastiaan Zeeff-0/+22
2020-04-05Change help channel sorting to bottom positionGravatar Sebastiaan Zeeff-17/+6
2020-04-05Add close alias for dormant commandGravatar Joseph Banks-1/+1
2020-04-05Reduce span of hyperlink in AVAILABLE_MSG and DORMANT_MSGGravatar Joseph Banks-2/+2
2020-04-02Fixed missed rename for token removal method name changeGravatar S. Co1-1/+1
2020-04-01Add TCD to whitelistGravatar Leon Sandøy-0/+1
2020-03-31(Infraction Edit): Changed already expired and no reason provided sentence.Gravatar Karlis S-3/+1
2020-03-31(Infraction Edit): Don't change infraction when user try modify duration of i...Gravatar ks123-0/+5
2020-03-31(Tags): Removed unnecessary `send_embed_with_trashcan` function due using exi...Gravatar ks123-23/+1
2020-03-31(Tags): Moved to existing `wait_for_deletion` function instead using custom/n...Gravatar ks123-5/+17
2020-03-31(Tags): Added blank line between check function and `try:` block on `send_emb...Gravatar ks123-0/+1
2020-03-31(Tags): Fixed `TimeoutError` shadowing with `asyncio.TimeoutError`.Gravatar ks123-2/+2
2020-03-31(Tags): Modified helper function `handle_trashcan_react` to `send_embed_with_...Gravatar ks123-7/+6
2020-03-30HelpChannels: set to enabled by defaultGravatar MarkKoz-1/+1
2020-03-30ModLog: ignore update channel events for help channelsGravatar MarkKoz-1/+7
2020-03-30HelpChannels: use constant names instead of default values in docstringGravatar MarkKoz-6/+5
2020-03-30HelpChannels: fix typos in docstringsGravatar Mark-2/+2
2020-03-30Set unsilence permissions to inherit instead of trueGravatar Sebastiaan Zeeff-2/+2
2020-03-30(Tags): Fixed trashcan handling check.Gravatar ks123-2/+2
2020-03-30(Tags): Added trashcan handling to `!tags get` command.Gravatar ks123-2/+4
2020-03-30(Tags): Added helper function `handle_trashcan_react` for tag response deleti...Gravatar ks123-1/+21
2020-03-29HelpChannels: fix typo in docstringGravatar MarkKoz-1/+1
2020-03-29BotCog: fix AttributeError getting a category for a DMChannelGravatar MarkKoz-1/+1
2020-03-29HelpChannels: remove positions from element namesGravatar MarkKoz-127/+125
2020-03-29HelpChannels: fix alphabetical sorting of dormant channelsGravatar MarkKoz-13/+22
2020-03-29(Infraction Edit): Don't let change expiration when infraction already expired.Gravatar Karlis S-1/+3
2020-03-29(PEP Command): Fixed comment about PEP 0 separately handling.Gravatar ks123-2/+1
2020-03-29(PEP Command): Moved PEP 0 information to hard-coded strings from constants, ...Gravatar ks123-18/+14
2020-03-29(PEP Command): Moved icon URL to constant instead hard-coded string.Gravatar ks123-2/+4
2020-03-28Increase syncer logging levelGravatar S. Co1-1/+1
2020-03-28(Webhook Detection): Fixed grouping of regex, alert message content, docstrin...Gravatar Karlis S-9/+9