aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py (unfollow)
Commit message (Expand)AuthorLines
2020-04-12Add a timeout to prevent the bot from being overloaded with presence updatesGravatar Joseph Banks-5/+21
2020-04-12Address aeros' review comment regarding help channel stat reportingGravatar Joseph Banks-3/+3
2020-04-11Add a metric for tracking how long defcon was activeGravatar Joseph Banks-1/+15
2020-04-11Use in for membership check as opposed to .get()Gravatar Joseph Banks-1/+1
2020-04-11Update bot/cogs/stats.pyGravatar Joseph-1/+1
2020-04-11Additional statisticsGravatar Joseph Banks-9/+45
2020-04-11Move create_socket to the login method of the botGravatar Joseph Banks-4/+1
2020-04-11Implement an AsyncStatsClient to send statsd communications asynchronouslyGravatar Joseph Banks-3/+49
2020-04-11Address review comments from MarkGravatar Joseph Banks-3800/+5
2020-04-11Address review comments from MarkGravatar Joseph Banks-14/+3837
2020-04-11StatsD integrationGravatar Joseph Banks-34/+145
2020-04-08Stop setting positions when moving help channelsGravatar Sebastiaan Zeeff-2/+0
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
2020-03-28Use debug log level instead of warning in `post_user`Gravatar MarkKoz-1/+1