bot
bot copied to clipboard
The community bot for the Python Discord community
As per @decorator-factory 's suggestion: > `!d` provides a pretty huge embed that takes a lot of space, and you need to post a message for each documentation entry. I...
E.g. the command ``` !d `collections.Counter` some more text ``` does not work. It does work without the trailing text. Probably this is a nice simple first issue if someone...
Related to #3248 Add context menu commands for adding notes to users and messages. * Add `NoteModal` class to handle note input via a modal. * Add `add_note_to_user` context menu...
Added four tests to improve branch coverage for `actions_for`: 1. Verify disallowed `.py` files set `PY_EMBED_DESCRIPTION` and are flagged. 2. Verify disallowed text-like files (e.g., `.txt`) set `TXT_EMBED_DESCRIPTION`. 3. Ensure...
The current workflow for adding a note to a user feels kind of clunky. Often times I'll find myself copying the user ID, going to a mod channel, pasting the...
https://discord.com/channels/267624335836053506/267659945086812160/1304683128815751228 Notice how the invoking message is `!timeit` but the response is one you would get from `!eval` Cause: - Run `!timeit` command with an error (I don't remember the...
Similar to how we can reply to a message to add a bookmark (Sir Lancebot's `bookmark` command) I'd like to be able to `infraction append` by replying to the bot's...
The `user` command supports discord username input; I'd like to see more commands support this such as: `infraction search` `note` Maybe `watch` or other low risk commands. This would help...