| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | Add a simple Discord API token remover. | 2018-07-07 | -0/+92 | ||
| | |/ / / | |||||
| | * | | | Merge branch 'fix_pep_command' into 'master' | 2018-07-07 | -2/+7 | ||
| | |\ \ \ | | |_|/ | |/| | | | | | | | | | | Fix a small bug with bot.pep() See merge request python-discord/projects/bot!10 | ||||
| | | * | | change the pep fetch URL based on the PEP number because newer peps are ↵ | 2018-07-03 | -2/+7 | ||
| | | |/ | | | | | | | | | | written in RST instead of normal txt | ||||
| | * | | Fix incorrect log line | 2018-07-05 | -1/+1 | ||
| | | | | |||||
| | * | | Fix typo in rejection message | 2018-07-05 | -1/+1 | ||
| | | | | |||||
| * | | | Force bot redeploy | 2018-07-10 | -1/+0 | ||
| |/ / | |||||
| * | | DEFCON cog, ready for duty! | 2018-07-05 | -59/+109 | ||
| | | | |||||
| * | | Working defcon cog | 2018-07-05 | -16/+69 | ||
| | | | |||||
| * | | Add defcon cog; disable ClickUp | 2018-07-05 | -4/+70 | ||
| |/ | |||||
| * | [Announcements] Screw it, we don't need to remove the messages | 2018-07-03 | -17/+3 | ||
| | | |||||
| * | Linting | 2018-07-03 | -1/+1 | ||
| | | |||||
| * | [Announcements] Feedback if a user already has the relevant state | 2018-07-03 | -2/+26 | ||
| | | |||||
| * | [Announcements] User feedback on subscribe/unsubscribe commands | 2018-07-03 | -0/+10 | ||
| | | |||||
| * | Announcements role system, and verification improvements | 2018-07-03 | -5/+68 | ||
| | | | | | | | * Subscribe to announcement notifications, giving you the role * Verification instructional message now sticks around for 20s instead of 10s * The bot will attempt to DM a welcome message to users that verify themselves | ||||
| * | [RMQ] Ack messages | 2018-07-02 | -0/+4 | ||
| | | |||||
| * | [Snekbox] More robust codeblock escape handling | 2018-07-02 | -4/+15 | ||
| | | |||||
| * | Merge branch 'fix-parser-not-invoking-the-command' into 'master' | 2018-07-02 | -6/+2 | ||
| |\ | | | | | | | | | Fix the parser not invoking the `otname.add` command. See merge request python-discord/projects/bot!7 | ||||
| | * | Fix the parser not invoking the `otname.add` command. | 2018-07-02 | -6/+2 | ||
| |/ | |||||
| * | [OTName] Dammit volcyy | 2018-07-02 | -2/+2 | ||
| | | |||||
| * | Merge branch 'add-off-topic-name-rotation' into 'master' | 2018-07-02 | -1/+120 | ||
| |\ | | | | | | | | | Add a simple OffTopicNames cog. See merge request python-discord/projects/bot!6 | ||||
| | * | Add a simple OffTopicNames cog. | 2018-07-02 | -1/+120 | ||
| |/ | |||||
| * | [Snekbox] Fix failure to send string errors | 2018-07-02 | -1/+5 | ||
| | | |||||
| * | [Snekbox] Might as well highlight the output | 2018-07-02 | -1/+1 | ||
| | | |||||
| * | [Snekbox] Stricter truncation | 2018-07-02 | -5/+5 | ||
| | | |||||
| * | [Snekbox] Truncate output if there's too many lines | 2018-07-02 | -2/+10 | ||
| | | |||||
| * | force redeploy | 2018-06-28 | -0/+0 | ||
| | | |||||
| * | [Snekbox] Improve output | 2018-06-27 | -1/+11 | ||
| | | |||||
| * | [Snekbox] Fix up message consuming | 2018-06-27 | -16/+32 | ||
| | | |||||
| * | *LINTING* | 2018-06-27 | -1/+0 | ||
| | | |||||
| * | Remove double mention | 2018-06-27 | -4/+0 | ||
| | | |||||
| * | [Snekbox] Fix message consuming pattern | 2018-06-27 | -21/+18 | ||
| | | |||||
| * | [Snekbox] Better truncation; don't use embeds because they wrap way too early | 2018-06-27 | -9/+7 | ||
| | | |||||
| * | [Snekbox] Truncation that takes backticks into account | 2018-06-27 | -1/+1 | ||
| | | |||||
| * | [Snekbox] Add line numbers and truncation | 2018-06-27 | -1/+7 | ||
| | | |||||
| * | [Snekbox] Detect codeblock escaping | 2018-06-27 | -2/+8 | ||
| | | |||||
| * | Linting | 2018-06-27 | -3/+1 | ||
| | | |||||
| * | [Snekbox] Eval for the masses. Staff-only eval is now `internal.eval` | 2018-06-27 | -5/+16 | ||
| | | |||||
| * | Beta snekbox eval | 2018-06-27 | -0/+82 | ||
| | | |||||
| * | [Events] Implement guild member chunking for users endpoint | 2018-06-24 | -20/+42 | ||
| | | |||||
| * | [Config] Sort lines; add user complete api route | 2018-06-24 | -44/+46 | ||
| | | |||||
| * | Apparently I can't Google today | 2018-06-23 | -1/+2 | ||
| | | |||||
| * | Revert "[Events] Even better logging on users send" | 2018-06-23 | -1/+1 | ||
| | | | | | This reverts commit db0ebc0 | ||||
| * | [Events] Even better logging on users send | 2018-06-23 | -1/+1 | ||
| | | |||||
| * | [Events] Better logging on users send | 2018-06-23 | -2/+7 | ||
| | | |||||
| * | [Events] Fix filter exhaustion on users send | 2018-06-23 | -5/+5 | ||
| | | |||||
| * | Merge branch 'momo/fix-avatars-again' into 'master' | 2018-06-23 | -2/+2 | ||
| |\ | | | | | | | | | Set the avatar format to PNG in missing places See merge request python-discord/projects/bot!5 | ||||
| | * | Set the avatar format to PNG in missing places | 2018-06-23 | -2/+2 | ||
| |/ | |||||
| * | Merge branch 'update-broken-on-ready-icon-url' into 'master' | 2018-06-21 | -1/+1 | ||
| |\ | | | | | | | | | Update broken `on_ready` icon URL. See merge request python-discord/projects/bot!4 | ||||
| | * | Update broken `on_ready` icon URL. | 2018-06-21 | -1/+1 | ||
| |/ | |||||
| * | Merge branch 'fix-doc-command-for-long-signature' into 'master' | 2018-06-21 | -0/+2 | ||
| |\ | | | | | | | | | Fix `doc` breaking for weird signatures. See merge request python-discord/projects/bot!3 | ||||