Grant LeBlanc
173127e015
[Trivia] Validate custom trivia file upload using schema ( #4659 )
...
* Add custom trivia list schema validation and test
* Address review
* Improve error formatting in trivia list test
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-08-31 20:44:25 +02:00
Vexed
7413e3c350
[Logging] Make Rich more copy-/paste-able ( #5181 )
...
* commit work, mostly untested
* v minor refactor
* force new renderer
* Code style changes
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-08-30 22:15:26 +02:00
aikaterna
43071e3fa2
[Audio] Add a wait time before auto disconnect ( #5188 )
...
* Update lavalink.py
* Add comment
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-08-13 18:01:31 +02:00
Kreus Amredes
11913806a4
fix typo ( #5207 )
2021-08-13 02:36:57 +02:00
Kowlin
e154a630df
Add a per guild max volume setting ( #5165 )
...
* Oh great... someone touched Audio again.
* How did that get in there?
* Style? Style.
2021-07-16 14:45:54 -07:00
MAX
2b67b9d06d
[Audio] UX improvements to [p]summon command ( #5186 )
2021-07-13 19:52:46 +02:00
Vexed
2ab46fbe41
use rich console print for red colour ( #5184 )
2021-07-07 04:46:47 +02:00
Kreusada
49cc9374d4
[Downloader] Fix formatting for red version requirement notices ( #5183 )
2021-07-06 18:50:10 +02:00
Just-Jojo
ad6b8662b2
[Warnings] Allow for 0 point warnings ( #5178 )
2021-07-03 23:52:59 +00:00
Kowlin
3b7f9e24b4
Refined debuginfo ( #5156 )
...
* Oh my gosh Kowlin is finishing work!?
* fix style
* use f-strings
* moar f-strings actually
* Fix style...
* I did a poor job of find-replacing things
* Improve code readability per previous Kowlin's style
* And reformat it in such a way that get jack through the day
* Okay maybe some whitespace
* Update core_commands.py
* Update core_commands.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-06-27 03:54:27 +02:00
Dav
0fb7c8bdba
Raise on an uncompliant message in Context.maybe_send_embed() ( #4465 )
...
* Raise on uncompliant message
* just wait for me to be done flame! (grammar+testing)
* i liked this better
2021-06-24 08:22:58 +02:00
Draper
34b912bc7c
Allow menu() to listen to both adding and removing reactions ( #4517 )
2021-06-23 18:48:06 +00:00
jack1142
a9dc93cf81
Version bump to 3.5.0.dev1 ( #5154 )
2021-06-23 20:33:02 +02:00
Kreusada
8a6aa41d86
[CustomCommands/Docs] Fix argument name in [p]cc show command docstring ( #5149 )
...
* [CustomCom] Fix argument name in ``[p]cc show`` command docstring
* update docs
2021-06-18 17:48:46 -04:00
github-actions[bot]
e52fb2c086
Version bump to 3.4.13.dev1 ( #5147 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-17 20:42:58 +02:00
github-actions[bot]
86c4d953a8
Version bump to 3.4.12 ( #5145 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-17 19:53:56 +02:00
github-actions[bot]
539a475706
[i18n] Automated Crowdin downstream ( #5146 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-17 19:53:18 +02:00
jack1142
a99240f7c3
Remove support for Audio's Global API ( #5143 )
...
* Force-disable Audio's Global API functionality
* Remove owner message about global API
* Two more comments
* Update CODEOWNERS
* Bring back the owner notification, modified to not mention global DB
* Remove the global api group fully, remove the mentions of it
2021-06-17 19:27:56 +02:00
jack1142
be04ec1c86
Change default local cache level ( #5140 )
...
* Change default local cache level
* Update the owner message as well
2021-06-17 05:04:31 +02:00
Samuel
c3362f6eaa
Update [p]addpath to use consume rest on the path argument ( #5137 )
...
Co-authored-by: npc203 <npc203@users.noreply.github.com>
2021-06-15 13:08:41 +02:00
Just-Jojo
b2db0674d5
[Warnings] ( #5120 )
2021-06-13 20:21:19 -04:00
Stonedestroyer
5ead38c284
Fix none issue ( #5125 )
2021-06-13 20:11:55 -04:00
aikaterna
8dffebbb34
[Audio] Change autoplay playlist url ( #5135 )
2021-06-13 14:44:49 +02:00
github-actions[bot]
5b03f04790
Version bump to 3.4.12.dev1 ( #5133 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-12 19:04:24 +02:00
github-actions[bot]
8e6cf0be81
Version bump to 3.4.11 ( #5131 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-12 18:53:40 +02:00
github-actions[bot]
5f0b4403bc
[i18n] Automated Crowdin downstream ( #5132 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-12 18:53:21 +02:00
Kreusada
faf1ad4846
[Dev] Add ctx.tick() on successful debugs ( #5107 )
2021-06-12 17:52:06 +02:00
El Laggron
dafffd969f
[Core] Limit server prefix length ( #5117 )
...
* Restrict prefix length
* Update docs
2021-06-12 17:41:29 +02:00
jack1142
8f390147c1
Use rich.progress instead of tqdm ( #5064 )
...
* Use rich progress instead of tqdm
* Remove tqdm from deps
2021-06-03 21:37:53 +02:00
El Laggron
0ce2634bb3
[Core] Add toggle for the applications.commands invite scope ( #5114 )
...
* Add toggle for applications.commands invite scope
* Add support for i18n
* Fix formatting
Co-authored-by: Kowlin <boxedpp@gmail.com>
2021-06-03 17:36:28 +02:00
jack1142
d011b1f9af
Version bump to 3.4.11.dev1 ( #5089 )
2021-05-28 20:40:15 +02:00
github-actions[bot]
fc4a995540
Version bump to 3.4.10 ( #5086 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-28 20:17:54 +02:00
github-actions[bot]
ce4fd6cca8
[i18n] Automated Crowdin downstream ( #5087 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-28 20:09:47 +02:00
aikaterna
f0dab50097
[Audio] Update Lavalink.jar build ( #5085 )
2021-05-28 19:29:34 +02:00
Kreusada
b630e71d08
[Docs] Warnings Cog Guide ( #4920 )
...
* Initial commit
* labeler and index
* change parameter names and labeler
* fix typo
* docstrings, quotes and improved names
* merge conflict affect fixes
* remove aliases
* get from v3/develop
* update var names
* fixes
* improve grammar
* black
2021-05-28 19:06:52 +02:00
Kreusada
db86de3a7a
[Docs] Permissions Cog Guide ( #4985 )
...
* Initial commit
* index and grammar
* Add permissions tag to permissions cog reference
* remove alias by default
* remove alias
* labeler
* updates
2021-05-28 19:06:42 +02:00
benno1237
177bd7f84e
Update Dev's code block regex to support python language ( #5083 )
...
* Update dev_commands.py
* Update dev_commands.py
* Update redbot/core/dev_commands.py
regexes keep confusing me. thanks jack
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-05-27 17:44:22 +02:00
Vexed
210c07d5a7
[Downloader] Allow removal of multiple repos ( #5082 )
...
* add multi repo support + docstring
* update docs
* Update redbot/cogs/downloader/downloader.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* style
* Update redbot/cogs/downloader/downloader.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-05-27 14:47:41 +02:00
Kreusada
23997d7a71
[Docs] Modlog Cog Guide ( #4919 )
...
* Initial commit
* Docstring changes and index
* Add modlog cog guide to labeler
2021-05-26 13:30:23 -04:00
Lifeismana
c0f17c2155
Unify docstring ( #5081 )
...
To be the same as L725 and L1555
631adc282f/redbot/cogs/downloader/downloader.py (L725)
631adc282f/redbot/cogs/downloader/downloader.py (L1555)
2021-05-26 11:32:37 -04:00
TrustyJAID
631adc282f
[General] Fix usage in choose help ( #5015 )
...
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
2021-05-26 10:23:46 +01:00
Lifeismana
2d8dbad63b
Docstring Fix ( #5080 )
...
* Missing word
* Make a little more sense
2021-05-25 17:58:10 +02:00
Draper
ca373052c5
Fix resume for auto play which was broken in RLL 0.8.0 update. ( #5051 )
2021-05-25 17:04:24 +02:00
jack1142
f8ecc32dbc
Fix the bug with Twitch display name being set as Twitch login ( #5066 )
2021-05-25 09:32:32 +01:00
Vexed
982feda858
[Admin] Add logging to serverlock ( #5073 )
...
Co-authored-by: Twentysix <Twentysix26@users.noreply.github.com>
2021-05-24 12:03:43 +01:00
jack1142
2f7376169e
Stop reloading unrelated modules ( #4958 )
2021-05-24 11:17:45 +01:00
jack1142
7459af25ba
Specify that cleanup commands remove messages from current channel ( #5070 )
2021-05-23 15:24:17 +01:00
aleclol
820b21dccb
[Mutes] Don't send dms to bots ( #5071 )
2021-05-23 15:24:08 +01:00
jack1142
c4a9d97a4b
Include status code in APIError and handle APIError in the loop ( #4995 )
2021-05-23 15:23:58 +01:00
jack1142
b89c43eb0f
Ensure nothing initializes colorama when it isn't needed ( #5063 )
2021-05-20 10:31:27 +02:00