aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | Add a simple Discord API token remover.Gravatar Johannes Christ2018-07-07-0/+92
| |/ / /
| * | | Merge branch 'fix_pep_command' into 'master'Gravatar Joseph Banks2018-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 ↵Gravatar Henrik Boeving2018-07-03-2/+7
| | |/ | | | | | | | | | written in RST instead of normal txt
| * | Fix incorrect log lineGravatar Momo2018-07-05-1/+1
| | |
| * | Fix typo in rejection messageGravatar Momo2018-07-05-1/+1
| | |
* | | Force bot redeployGravatar Gareth Coles2018-07-10-1/+0
|/ /
* | DEFCON cog, ready for duty!Gravatar Gareth Coles2018-07-05-59/+109
| |
* | Working defcon cogGravatar Gareth Coles2018-07-05-16/+69
| |
* | Add defcon cog; disable ClickUpGravatar Gareth Coles2018-07-05-4/+70
|/
* [Announcements] Screw it, we don't need to remove the messagesGravatar Gareth Coles2018-07-03-17/+3
|
* LintingGravatar Gareth Coles2018-07-03-1/+1
|
* [Announcements] Feedback if a user already has the relevant stateGravatar Gareth Coles2018-07-03-2/+26
|
* [Announcements] User feedback on subscribe/unsubscribe commandsGravatar Gareth Coles2018-07-03-0/+10
|
* Announcements role system, and verification improvementsGravatar Gareth Coles2018-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 messagesGravatar Gareth Coles2018-07-02-0/+4
|
* [Snekbox] More robust codeblock escape handlingGravatar Gareth Coles2018-07-02-4/+15
|
* Merge branch 'fix-parser-not-invoking-the-command' into 'master'Gravatar Gareth Coles2018-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.Gravatar Johannes Christ2018-07-02-6/+2
|/
* [OTName] Dammit volcyyGravatar Gareth Coles2018-07-02-2/+2
|
* Merge branch 'add-off-topic-name-rotation' into 'master'Gravatar Gareth Coles2018-07-02-1/+120
|\ | | | | | | | | Add a simple OffTopicNames cog. See merge request python-discord/projects/bot!6
| * Add a simple OffTopicNames cog.Gravatar Volcyy2018-07-02-1/+120
|/
* [Snekbox] Fix failure to send string errorsGravatar Gareth Coles2018-07-02-1/+5
|
* [Snekbox] Might as well highlight the outputGravatar Gareth Coles2018-07-02-1/+1
|
* [Snekbox] Stricter truncationGravatar Gareth Coles2018-07-02-5/+5
|
* [Snekbox] Truncate output if there's too many linesGravatar Gareth Coles2018-07-02-2/+10
|
* force redeployGravatar Lucy2018-06-28-0/+0
|
* [Snekbox] Improve outputGravatar Gareth Coles2018-06-27-1/+11
|
* [Snekbox] Fix up message consumingGravatar Gareth Coles2018-06-27-16/+32
|
* *LINTING*Gravatar Gareth Coles2018-06-27-1/+0
|
* Remove double mentionGravatar Gareth Coles2018-06-27-4/+0
|
* [Snekbox] Fix message consuming patternGravatar Gareth Coles2018-06-27-21/+18
|
* [Snekbox] Better truncation; don't use embeds because they wrap way too earlyGravatar Gareth Coles2018-06-27-9/+7
|
* [Snekbox] Truncation that takes backticks into accountGravatar Gareth Coles2018-06-27-1/+1
|
* [Snekbox] Add line numbers and truncationGravatar Gareth Coles2018-06-27-1/+7
|
* [Snekbox] Detect codeblock escapingGravatar Gareth Coles2018-06-27-2/+8
|
* LintingGravatar Gareth Coles2018-06-27-3/+1
|
* [Snekbox] Eval for the masses. Staff-only eval is now `internal.eval`Gravatar Gareth Coles2018-06-27-5/+16
|
* Beta snekbox evalGravatar Gareth Coles2018-06-27-0/+82
|
* [Events] Implement guild member chunking for users endpointGravatar Gareth Coles2018-06-24-20/+42
|
* [Config] Sort lines; add user complete api routeGravatar Gareth Coles2018-06-24-44/+46
|
* Apparently I can't Google todayGravatar Gareth Coles2018-06-23-1/+2
|
* Revert "[Events] Even better logging on users send"Gravatar Gareth Coles2018-06-23-1/+1
| | | | This reverts commit db0ebc0
* [Events] Even better logging on users sendGravatar Gareth Coles2018-06-23-1/+1
|
* [Events] Better logging on users sendGravatar Gareth Coles2018-06-23-2/+7
|
* [Events] Fix filter exhaustion on users sendGravatar Gareth Coles2018-06-23-5/+5
|
* Merge branch 'momo/fix-avatars-again' into 'master'Gravatar Momo2018-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 placesGravatar momothereal2018-06-23-2/+2
|/
* Merge branch 'update-broken-on-ready-icon-url' into 'master'Gravatar Gareth Coles2018-06-21-1/+1
|\ | | | | | | | | Update broken `on_ready` icon URL. See merge request python-discord/projects/bot!4
| * Update broken `on_ready` icon URL.Gravatar Volcyy2018-06-21-1/+1
|/
* Merge branch 'fix-doc-command-for-long-signature' into 'master'Gravatar Joseph Banks2018-06-21-0/+2
|\ | | | | | | | | Fix `doc` breaking for weird signatures. See merge request python-discord/projects/bot!3