aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | | * Clarify commentsGravatar Brody Critchlow2023-01-28-2/+2
| | | | |
| | | | * Update list namesGravatar Brody Critchlow2023-01-27-5/+5
| | | | |
| | | | * Remove empty lineGravatar Brody Critchlow2023-01-27-0/+0
| | | | |
| | | | * Clarify wordsGravatar Brody Critchlow2023-01-27-1/+1
| | | | | | | | | | | | | | | Co-authored-by: dawn <[email protected]>
| | | | * More minimizationsGravatar Brody Critchlow2023-01-27-2/+2
| | | | |
| | | | * Small Minimization ChangesGravatar Brody Critchlow2023-01-27-7/+1
| | | | |
| | | | * Clarify empty and why it errors.Gravatar Brody Critchlow2023-01-26-1/+1
| | | | |
| | | | * Add missing code blocksGravatar Brody Critchlow2023-01-26-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Caeden Perelli-Harris <[email protected]>
| | | | * Add clarifying detailsGravatar Brody Critchlow2023-01-26-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Caeden Perelli-Harris <[email protected]>
| | | | * Add clarifying detailsGravatar Brody Critchlow2023-01-26-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Caeden Perelli-Harris <[email protected]>
| | | | * Merge branch 'main' into inplace-tagGravatar Brody Critchlow2023-01-26-14/+16
| | | | |\
| | | | * | Make explanation more concise, and informationalGravatar Brody Critchlow2023-01-25-6/+5
| | | | | |
| | | | * | Update in-place.mdGravatar Brody Critchlow2023-01-25-3/+3
| | | | | |
| | | | * | Update in-place.mdGravatar Brody Critchlow2023-01-25-2/+21
| | | | | |
| | | | * | Make new tag for #2360Gravatar Brody Critchlow2023-01-25-0/+5
| | | | | |
* | | | | | remove "circular" referencing of channel namesGravatar shtlrs2023-03-19-3/+3
| | | | | |
* | | | | | remove olf version o fupgrade to community funcGravatar shtlrs2023-03-13-11/+1
| | | | | |
* | | | | | appease linterGravatar shtlrs2023-03-12-14/+16
| | | | | |
* | | | | | bring back the response event hookGravatar shtlrs2023-03-12-0/+1
| | | | | |
* | | | | | replace upgrade_server_to_community with ↵Gravatar shtlrs2023-03-12-18/+35
| | | | | | | | | | | | | | | | | | | | | | | | upgrade_server_to_community_if_necessary
* | | | | | add necessary workflow to check guild features & act accordinglyGravatar shtlrs2023-03-12-0/+15
| | | | | |
* | | | | | add is_forum_channel predicateGravatar shtlrs2023-03-12-0/+7
| | | | | |
* | | | | | add new utilities to check/upgrade guild/channel statesGravatar shtlrs2023-03-12-0/+38
| | | | | |
* | | | | | add constants neededGravatar shtlrs2023-03-12-0/+4
|/ / / / /
* | | | | Merge pull request #2463 from shtlrs/preserve-personal-configGravatar Amrou Bellalouna2023-03-12-3/+6
|\ \ \ \ \ | | | | | | | | | | | | Preserve personal config
| * \ \ \ \ Merge branch 'main' into preserve-personal-configGravatar Hassan Abouelela2023-03-12-140/+165
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2465 from shtlrs/fix-persistent-roles-view-bugGravatar Amrou Bellalouna2023-03-12-2/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix broken roles view
| * | | | | | remove CUSTOM_ID_FORMATGravatar shtlrs2023-03-12-1/+0
| | | | | | |
| * | | | | | bring back the interaction_checkGravatar shtlrs2023-03-12-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This one is still needed for the `!subscribe` text command to work properly
| * | | | | | remove custom ids that handle routing to the viewGravatar shtlrs2023-03-12-11/+0
|/ / / / / /
* | | | | | Merge pull request #2455 from python-discord/dependabot/pip/aiohttp-3.8.4Gravatar Amrou Bellalouna2023-03-12-91/+91
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump aiohttp from 3.8.3 to 3.8.4
| * | | | | | Bump aiohttp from 3.8.3 to 3.8.4Gravatar dependabot[bot]2023-03-12-91/+91
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | Merge pull request #2456 from python-discord/dependabot/pip/pydantic-1.10.6Gravatar Amrou Bellalouna2023-03-12-39/+39
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump pydantic from 1.10.5 to 1.10.6
| * | | | | | Bump pydantic from 1.10.5 to 1.10.6Gravatar dependabot[bot]2023-03-12-39/+39
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.6/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.5...v1.10.6) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | Merge pull request #2372 from python-discord/vivek/jump-url-infr-logGravatar Amrou Bellalouna2023-03-12-9/+36
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Display jump url to message invoking an infraction in infraction log
| * | | | | Update appeals2 to appeals_2 to reflect config changeGravatar vivekashok12212023-03-11-1/+1
| | | | | |
| * | | | | Merge branch 'main' into vivek/jump-url-infr-logGravatar Vivek Ashokkumar2023-03-11-3146/+3760
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Display "N/A" for infractions in ModMailGravatar vivekashok12212023-03-10-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | Previously displayed "Infraction issued in modmail" for infractions in ModMail.
| * | | | | Format jump url bot-sideGravatar vivekashok12212023-02-17-18/+28
| | | | | |
| * | | | | Include message link in mod-log embedsGravatar vivekashok12212023-02-14-0/+2
| | | | | |
| * | | | | Display message link in infraction logGravatar vivekashok12212023-02-14-1/+14
| | | | | |
| | * | | | change mode to "wb"Gravatar shtlrs2023-03-12-1/+1
| | | | | |
| | * | | | write emoji_trashcan to .env.server upon botstrapGravatar shtlrs2023-03-11-1/+5
| | | | | |
| | * | | | switch order of env files to be parsedGravatar shtlrs2023-03-11-2/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The priority of the value to be picked is always the last file in the `env_file` tuple We want server values to always be picked up from .env.server, and if someone wants to override them for testing, they'll go into .env But the `env.server` shouldn't be manually tampered with
* | | | | Merge pull request #2326 from python-discord/snekbox-filesfix-eval-message-limitGravatar Boris Muratov2023-03-10-244/+727
|\ \ \ \ \ | | | | | | | | | | | | Support `eval` (snekbox) file system and attachment display
| * | | | | Merge branch 'main' into snekbox-filesGravatar Ionite2023-03-09-1/+6
| | | | | |
| * | | | | Merge branch 'main' into snekbox-filesGravatar Ionite2023-03-09-2906/+3026
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # bot/constants.py # bot/exts/utils/snekbox/_cog.py # config-default.yml
* | | | | | Merge #2459: Update nested delimiter to double underscoreGravatar Amrou Bellalouna2023-03-09-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change nested delimiter to double underscore * write channel_id along with the webhook_id * make channel mandatory for webhook
* | | | | | Merge pull request #2458 from shtlrs/add-botstrap-dep-group-and-taskGravatar Amrou Bellalouna2023-03-09-1/+112
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add botstrap depency group and task
| * | | | | | move httpx to the dev dependency groupGravatar shtlrs2023-03-09-6/+2
| | | | | | |