| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | Merge branch 'master' into dynamic-available-help-channels | 2021-02-07 | -0/+46 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1400 from anand2312/patch-2 | 2021-02-07 | -0/+21 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Make `defaultdict` tag | ||||
| | * \ \ \ \ \ | Merge branch 'master' into patch-2 | 2021-02-07 | -0/+23 | ||
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | | Merge pull request #1403 from python-discord/ks123/discord-py-local-file-tag | 2021-02-07 | -0/+23 | ||
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Put filename between backticks | 2021-02-06 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Remove unnecessary period from local-file tag | 2021-02-06 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Add missing 'a' article in local-file tag | 2021-02-06 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Add back removed 'can' to local-file tag | 2021-02-06 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Fix grammar of local-file tag | 2021-02-06 | -2/+2 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Add hyperlinks for local file tag discord.py references | 2021-02-06 | -4/+4 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Mention instance in comment about Messageable | 2021-02-06 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Remove additional newline from end of tag | 2021-02-06 | -1/+0 | ||
| | | | | | | | | | |||||
| | * | | | | | | | discord.Messageable -> discord.abc.Messageable | 2021-02-06 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | discord.Channel -> discord.TextChannel | 2021-02-06 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Create local-file tag about sending local files to Discord | 2021-02-06 | -0/+24 | ||
| |/ / / / / / / | |||||
| | * | | | | | | Correct examples, reword description | 2021-02-06 | -8/+9 | ||
| | | | | | | | | |||||
| | * | | | | | | Fix trailing whitespaces | 2021-02-06 | -1/+1 | ||
| | | | | | | | | |||||
| | * | | | | | | Make `defaultdict` tag | 2021-02-05 | -0/+20 | ||
| |/ / / / / / | |||||
| | * | | | | | Formatted available constant, added missing dynamic message trace | 2021-02-06 | -1/+2 | ||
| | | | | | | | |||||
| | * | | | | | Removed unnecessary task creation. | 2021-02-06 | -6/+1 | ||
| | | | | | | | |||||
| | * | | | | | Available channels are no longer stored as IDs. | 2021-02-06 | -5/+5 | ||
| | | | | | | | |||||
| | * | | | | | Reformatted string constant for available help channels. | 2021-02-06 | -3/+1 | ||
| | | | | | | | |||||
| | * | | | | | Modified the dynamic to be bold to catch eyes. | 2021-02-05 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Replaced fetching available category for old one. | 2021-02-04 | -3/+2 | ||
| | | | | | | | |||||
| | * | | | | | Removed unnecessary update method call. | 2021-02-04 | -4/+3 | ||
| | | | | | | | |||||
| | * | | | | | Alphabetized config-default.yml. | 2021-02-04 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | 'None' is now shown if no channels are available. | 2021-02-04 | -9/+10 | ||
| | | | | | | | |||||
| | * | | | | | Fixed logic in case dynamic message doesn't exist. | 2021-02-04 | -11/+9 | ||
| | | | | | | | |||||
| | * | | | | | Fixed up linting errors. | 2021-02-04 | -3/+4 | ||
| | | | | | | | |||||
| | * | | | | | Added dynamic available help channels message | 2021-02-04 | -0/+48 | ||
| | | | | | | | |||||
| | * | | | | | Added how_to_get_help constant. | 2021-02-04 | -0/+2 | ||
| | | | | | | | |||||
| | | * | | | | "handle converting" -> "convert ... for you". | 2021-02-06 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per Gustav's suggestion. Co-authored-by: Gustav Odinger <[email protected]> | ||||
| | | * | | | | Removed extra blank line. | 2021-02-06 | -1/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It added more vertical white space than was wanted. Co-authored-by: Gustav Odinger <[email protected]> | ||||
| | | * | | | | New example to emphasize the mapping functionality rather than filtering. | 2021-02-06 | -9/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the example only conveyed how the `if` statement of list comps could be used to filter a list, whereas the mapping functionality is what people primarily use list comps for. | ||||
| | | * | | | | More robust example with no reference to Python versions or `str.format`. | 2021-02-06 | -14/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | The example emphasizes that you can evaluate expressions in the curly braces. Python 3.5 has already reached EOL, so anyone who doesn't have f-strings at this point is probably running 2.7 anyway. I also removed the information about `str.format` to reduce the scope. | ||||
| | | * | | | | Rewrite to use simpler examples. | 2021-02-06 | -14/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | The previous examples might have been confusing for some readers. I also removed the part about inverting a dict because I think that's out of scope and would require more explanation given all the consequences that could have. | ||||
| | | | * | | | add reason attribute | 2021-02-06 | -0/+1 | ||
| | | | | | | | |||||
| | | | * | | | Linting fix. | 2021-02-05 | -1/+2 | ||
| | | | | | | | |||||
| | | | * | | | Fix #1371 error via adding errors. | 2021-02-05 | -2/+24 | ||
| | |_|/ / / |/| | | | | |||||
| | | | * | | Remove reference to `try - except` | 2021-02-11 | -2/+1 | ||
| | | | | | | |||||
| | | | * | | Split example codeblock in two | 2021-02-11 | -5/+7 | ||
| | | | | | | |||||
| | | | * | | Reword comment in example | 2021-02-06 | -2/+2 | ||
| | | | | | | |||||
| | | | * | | Refer to `defaultdict` tag in `dict-get` | 2021-02-05 | -1/+1 | ||
| | | | | | | |||||
| | | | * | | Fix faulty heading | 2021-02-05 | -1/+3 | ||
| | | | | | | |||||
| | | | * | | Update and rename keyerror.md to dict-get.md | 2021-02-05 | -17/+13 | ||
| | | | | | | |||||
| | | | * | | Make `KeyError` tag | 2021-02-05 | -0/+17 | ||
| | |_|/ / |/| | | | |||||
| | | | * | Set max attachment from 3 -> 6 | 2021-02-20 | -1/+1 | ||
| | | | | | |||||
| | | | * | Remove attachments check in duplicates filter | 2021-02-20 | -1/+1 | ||
| | | | | | |||||
| | | | * | Lower max attachments per 10 seconds to 3 | 2021-02-06 | -1/+1 | ||
| | | | | | |||||
| | | | * | Ignore attachment-only messages for duplicates antispam rule | 2021-02-06 | -0/+1 | ||
| | |_|/ |/| | | |||||