| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-08-24 | Minor linting fixes | -4/+9 | ||
| 2021-08-24 | Allow partners & members of the python community to bypass cooldown and use ↵ | -2/+2 | ||
| `!raw` in any channel | ||||
| 2021-08-24 | Allow partners & members of the python community to use `!role` and `!roles` | -2/+2 | ||
| 2021-08-24 | Allow partners & members of the python community to use commands in any channel | -11/+11 | ||
| Allow partners & members of the python community to use `!remind`, `!help` `!user`, `!snowflake`, `!ping`, `!charinfo` in any channel | ||||
| 2021-08-24 | Add constants.STAFF_PARTNERS_COMMUNITY_ROLES | -0/+1 | ||
| 2021-08-23 | Update time format in reminder message to DAY_TIME from RELATIVE (#1766) | -1/+1 | ||
| * Update time format in reminder message to DAY_TIME from RELATIVE Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-08-22 | Update outdated comment | -1/+1 | ||
| 2021-08-22 | Revert `search_user` typehint back to `MemberOrUser` | -2/+2 | ||
| 2021-08-22 | Update `infraction_search_group` typehint to `UserMentionOrId` | -3/+3 | ||
| 2021-08-22 | Attempt to get user from DB when discord.Object passed to search_user | -2/+6 | ||
| 2021-08-22 | Remove redundant getattr protection | -2/+2 | ||
| 2021-08-22 | Remove redundant fetching of user code | -11/+4 | ||
| 2021-08-22 | Add missing call to `escape_markdown` | -2/+6 | ||
| 2021-08-22 | Re-add ability to search infractions of deleted account | -6/+9 | ||
| 2021-08-22 | Remove redundant function | -13/+0 | ||
| 2021-08-22 | Fix isinstance check | -1/+1 | ||
| 2021-08-22 | Fix import | -1/+1 | ||
| 2021-08-22 | Fix import order | -1/+1 | ||
| 2021-08-22 | Rename converter from FetchedMember to MemberOrUser | -57/+58 | ||
| 2021-08-22 | Remove unused imports | -4/+3 | ||
| 2021-08-22 | Update to new converters | -29/+21 | ||
| 2021-08-22 | Remove converters made redundant by dpy V1.6's UserConverter update | -72/+1 | ||
| 2021-08-22 | Fix edge-case of `user.joined_at` being `None` in userinfo command. | -1/+5 | ||
| 2021-08-22 | Add ability to publish metabase questions | -0/+14 | ||
| 2021-08-22 | Trigger typing, to avoid wrapping whole func in a context manager | -30/+30 | ||
| 2021-08-22 | Add alias for metabase export | -1/+1 | ||
| 2021-08-22 | Change metabase config to base url, rather than api url | -9/+7 | ||
| 2021-08-22 | Move metabase error handling to a cog error handler | -26/+33 | ||
| 2021-08-22 | Error to info log level on missing reminder message. | -1/+1 | ||
| 2021-08-22 | Modify reminder response messages to be in the correct format | -2/+2 | ||
| 2021-08-19 | Add comma separators to member counts in !server | -3/+3 | ||
| 2021-08-19 | Fix linebreak formatting on server command | -7/+7 | ||
| The features part of the embed isn't included in some channels, this leads to there not being a linebreak between voice regions and roles in the embed. By changing it to this, rather than dedent, we specify exact where we want the linebreaks to be. | ||||
| 2021-08-17 | Provide jump_url in reminders even when the bot replies | -1/+1 | ||
| When the message is in the same channel and the bot replies, from now on it will also provide a jump_url for the sake of consistency | ||||
| 2021-08-16 | HelpChannels: use utility method to get available channels | -3/+1 | ||
| 2021-08-16 | Improve output message consistency in webhook_remover | -1/+1 | ||
| Co-authored-by: Bluenix <[email protected]> | ||||
| 2021-08-16 | Patch the regEx pattern in webhook_remover to match edge cases | -1/+4 | ||
| The regEx pattern did not match the 'https://' part in case of canary urls Thus, from now on the regEx pattern matches the full canary urls as well. | ||||
| 2021-08-16 | Fix up, and improve code consistency in webhook_remover | -2/+2 | ||
| 2021-08-16 | Remove the admins mention from the modmail tag | -1/+1 | ||
| 2021-08-16 | Improve code consistency in webhook_remover | -9/+7 | ||
| 2021-08-15 | HelpChannels: simplify formatting of category names in dormant msg | -9/+6 | ||
| Remove redundant retrieval of category objects. Include the asking guide URL in the message via an f-string. | ||||
| 2021-08-15 | HelpChannels: fix incomplete init of available channel set | -5/+4 | ||
| If the cog is reloaded while there are less than the maximum amount of available channels, it makes some channels available until the limit is reached. When a channel is made available, it updates the `available_help_channels` set. The `update_available_help_channels()` function would not update this set if it saw that the set already contains elements. This resulted in only the channels that were just made available being in the set; the set would not contain the channels that were already available when the bot started. Fix this by unconditionally populating the set, but moving it to `init_available()` so it only happens once. Fix BOT-Z1 Fix #1715 | ||||
| 2021-08-16 | Enhance security in the Webhook remover. | -6/+14 | ||
| From now on, webhooks that were posted in the chat will be also deleted from Discord in order to eliminate the risk. | ||||
| 2021-08-16 | change docstring in escape markdown to reflect actual behavior | -1/+1 | ||
| 2021-08-16 | apply changes for review ↵ | -1/+1 | ||
| https://github.com/python-discord/bot/pull/1725\#pullrequestreview-730223166 | ||||
| 2021-08-15 | Add `cj end` timeout message, improve style | -1/+2 | ||
| Co-authored-by: Bluenix <[email protected]> | ||||
| 2021-08-15 | Add team name to audit log reason | -1/+5 | ||
| Interestingly enough, the reason doesn't seem to be displayed for channel permission overrides. | ||||
| 2021-08-15 | Docstring corrections | -4/+4 | ||
| Co-authored-by: Bluenix <[email protected]> | ||||
| 2021-08-15 | Add default value to csv_file | -1/+1 | ||
| Co-authored-by: Bluenix <[email protected]> | ||||
| 2021-08-13 | Improve code consitency in remainders | -2/+2 | ||
| 2021-08-13 | Update reminders to reply instead of using a jump url to the origin message | -15/+22 | ||