jack1142
01a6ef3a8f
Add variation selector-16 as appropriate to emojis across Red ( #4127 )
2020-08-10 03:05:57 +02:00
Flame442
c9e4c18f17
[Trivia] Remove an unnecessary .format ( #4175 )
2020-08-10 01:16:26 +02:00
Douglas
e9017e8fe2
[Trivia] Fix unresolved reference to bank.BalanceTooHigh ( #4170 )
...
Co-authored-by: douglas-cpp <douglasc.dev@gmail.com >
2020-08-08 17:01:45 +02:00
Jyu Viole Grace
fcbb07a333
[Trivia] whosthatpokemon - Generation III ( #4141 )
...
* whosthatpokemon - Gen III
* link redirect to red cdn
2020-08-06 23:34:54 +02:00
Draper
989269c732
Lavalink.jar bump for internal manager ( #4168 )
2020-08-06 22:04:22 +02:00
PredaaA
fc2277bc88
[Audio] Send an more user friendly message at "Track Stuck" errors ( #4061 )
...
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com >
2020-08-06 20:23:49 +01:00
Dav
a9bd1c60e6
[Reports] Give friendly error if no report channel set ( #4136 )
2020-08-06 21:12:05 +02:00
github-actions[bot]
5f52fb872a
[i18n] Automated Crowdin downstream ( #4166 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-06 17:19:59 +02:00
maxbooiii
39ae4a3b58
[Streams] Change hitbox to smashcast. ( #4161 )
...
* [Streams] Change hitbox to smashcast.
as hitbox is now smashcast.
* Add files via upload
* reee
* :thonk:
* oof
* Add missing new lines at end of file
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-08-05 17:04:36 -08:00
jack1142
6cef336417
Remove unused try except blocks in modlog.create_case() usage ( #4095 )
2020-08-05 19:40:52 +01:00
Jamie
0cc04706f6
[Streams] Attempt to fix unclear error in youtubestream ( #4148 )
2020-08-05 19:39:28 +01:00
jack1142
c673bb0979
Fix the errors related to installed module having invalid commit data ( #4086 )
2020-08-05 19:35:57 +01:00
MeatyChunks
8e0dbb7185
Fix amount of messages in log message of [p]cleanup message ( #4156 )
...
Fixes #4155
2020-08-04 12:14:13 +02:00
jack1142
775528ce9b
Reject package (extension) names that can't be valid Python identifiers ( #3679 )
...
* Reject package names that can't be valid Python identifiers
* Add info to `[p](re)load`
* Improve internal consistency of package vs cog
2020-08-03 15:17:27 +02:00
Michael H
c0b1e50a5f
Begin work on a data request API ( #4045 )
...
[Core] Data Deletion And Disclosure APIs
- Adds a Data Deletion API
- Deletion comes in a few forms based on who is requesting
- Deletion must be handled by 3rd party
- Adds a Data Collection Disclosure Command
- Provides a dynamically generated statement from 3rd party
extensions
- Modifies the always available commands to be cog compatible
- Also prevents them from being unloaded accidentally
2020-08-03 15:09:07 +02:00
github-actions[bot]
7e7a3a6488
Automated Crowdin downstream ( #4133 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-01 16:58:27 +02:00
Predeactor
dce10d7282
Propose more info on simple serverinfo ( #4121 )
...
* Propose more info on simple serverinfo
* Fixed black + serverinfo
* Fix black (Sorry)
* Merge jack's suggestions
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Change separator
👍
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Black
* Update general.py
Co-authored-by: Ubuntu <ubuntu@vps-35e65bf5.vps.ovh.net >
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-07-30 01:30:50 +02:00
Twentysix
6c68aa9dcd
[CustomCom] [p]cc show - Handle missing cooldowns ( #4112 )
...
The old dataconverter didn't add cooldowns by default and `[p]cc show` expects them to be present
2020-07-29 02:48:50 +02:00
Jyu Viole Grace
7458eefa01
[Trivia] whosthatpokemon2 trivia - Generation 2 Pokémons ( #4102 )
...
* Generation 2 Pokemons for whosthatpokemon trivia
* replace "pokemon" with "Pokémon"
2020-07-29 02:46:03 +02:00
jack1142
8ada1ee152
Only accept positive integers in [p]cleanup commands ( #4115 )
2020-07-29 02:44:36 +02:00
MeatyChunks
832bdfde22
[Economy] Prevent forbidden error when blocked by user ( #4120 )
...
Stop `[p]payouts` throwing a console error if the user has blocked the bot. Probably too spammy to put the payout message in chat.
2020-07-29 01:46:20 +02:00
Jamie
260a2d5c78
Use mod/admin_or_permissions instead of just mod/admin. ( #4109 )
...
* Update modcheck.
* _or_permissions for set nickname & serverprefix
2020-07-29 01:38:19 +02:00
Jamie
57247c5d87
[Streams] Mixer removal ( #4072 )
...
* [streams] Mixer is dead soon
* remove Mixer from readme
2020-07-29 01:38:03 +02:00
Michael H
1d80fe9aec
Create cog disabling API ( #4043 )
...
* create cog disbale base
* Because defaults...
* lol
* announcer needs to respect this
* defaultdict mishap
* Allow None as guild
- Mostly for interop with with ctx.guild
* a whitespace issue
* Apparently, I broke this too
* Apply suggestions from code review
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* This can probably be more optimized later, but since this is a cached value, it's not a large issue
* Report tunnel closing
* mod too
* whitespace issue
* Fix Artifact of prior method naming
* these 3 places should have the check if i understood it correctly
* Announce the closed tunnels
* tunnel oversight
* Make the player stop at next track
* added where draper said to put it
* Apply suggestions from code review
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
Co-authored-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
2020-07-28 20:52:36 +02:00
jack1142
97379afe6d
Fix the cog_before_invoke hook in Admin ( #4124 )
2020-07-28 15:29:20 +01:00
github-actions[bot]
fb96392e73
Automated Crowdin downstream ( #4103 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-07-28 03:05:19 +02:00
PredaaA
28b5be21b3
[General] Change PUBLIC feature to COMMUNITY in serverinfo ( #4116 )
2020-07-25 22:05:11 +02:00
Jyu Viole Grace
5bca214863
use "Pokémon" instead of "pokemon"
2020-07-24 14:56:13 +05:30
Ryan
6ab007bc1d
[CustomCom] Add missing await ( #4108 )
2020-07-23 23:37:31 +02:00
TrustyJAID
583f093eb0
[Admin] fix erroneous await in _ready.set() ( #4107 )
2020-07-23 23:19:18 +02:00
Draper
5fba9bc4ed
[Audio] Ensure TrackEnqueueError is always handled ( #3879 )
...
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
2020-07-23 12:32:32 +01:00
Michael H
ec262d4c30
[Announcer] Don't die with a lack of channels ( #4089 )
2020-07-20 18:51:27 +01:00
github-actions[bot]
dcc77cf24f
Automated Crowdin downstream ( #4078 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-07-20 03:30:58 +02:00
jack1142
500f91f0cd
Fix no message when unregistered reason is used in [p]warn ( #3840 )
2020-07-14 10:43:51 +01:00
Vexed
1ee32b77dd
[Mod] [p]mute|unmute voice now take action instantly ( #4064 )
...
* make mute and unmute have the same fail string
* now add the jucy bits
* hmm no
This reverts commit a445bd8415 .
* Apply suggestions from code review
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-07-12 18:44:34 +02:00
jack1142
c4d295b25d
Ignore that the rule for model doesn't exist when trying to remove it ( #4036 )
2020-07-10 21:42:31 +01:00
jack1142
fdf2ed6ecc
Make [p]tempban respect default_days setting ( #3993 )
2020-07-10 21:40:04 +01:00
jack1142
326ae76fe0
Fix the error for empty author list in [p]findcog ( #4042 )
2020-07-10 21:37:41 +01:00
github-actions[bot]
a7a18ad956
Automated Crowdin downstream ( #4060 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-07-09 18:53:49 +02:00
aikaterna
07dcf38291
Update Lavalink.jar version ( #4055 )
2020-07-09 08:28:00 +02:00
Dav
49b19450fd
[Mod] Make tempbans permanent when using [p]hackban ( #4025 )
...
* Remove users from tempban unban list when hackbanning them
* black and missing bracket
* make sure this actually gets processed
* let the user know when a tempban was upgraded
* say more things
* reduce config calls
* jack loves performance
* adress review
* review the 2nd
2020-07-08 01:15:42 +02:00
Michael H
60df447550
Add settings view commands ( #4041 )
...
Any group which sent help + settings views has had the settings view
split into a seperate command. This ensures that custom help behavior
does not interfere with settings views.
2020-07-07 00:53:41 +02:00
jack1142
4dd0fb97fe
Stop putting text about invite when invite isn't sent in tempban message ( #3991 )
2020-07-06 18:57:16 +01:00
Vexed
12bce6a560
[Image] Update instructions for setting the GIPHY API ( #3994 )
...
* update wording for giphy api
* of cource master draper
#3938 - make the command untranslateable
* i18n <your_api_key_here>
* commas to parens as discused in discord
2020-07-06 19:11:04 +02:00
Michael H
d869410d36
Add .gitattributes to ensure project consistent line endings ( #4037 )
...
- Renormalized as well
2020-07-06 18:53:10 +02:00
MiniJennJenn
c251804162
Trivia Update ( #4026 )
...
Co-authored-by: hatred2k <hatred2k@gmail.com >
2020-07-06 09:29:56 +01:00
github-actions[bot]
ff72e415aa
Automated Crowdin downstream ( #4033 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-07-02 19:04:35 +02:00
github-actions[bot]
b5930155df
Automated Crowdin downstream ( #4016 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-06-25 17:20:12 +02:00
jack1142
b49b53934d
Update deprecation warnings ( #3608 )
...
* Make deprecation notice specify minor release based on soonest date
* Stop specifying a specific release in shared libs deprecation notice
* Add actual deprecation warning for `APIToken` (OMG, this is so cool)
* Add dates (2020-08-05 for all)
* address review
* improve consistency
* Add __dir__ and show APIToken in docs (or maybe I want to annoy Flame)
* fix module name when importing non-existent name from parent package
* Fix stack level used by depr warn in `redbot.core.commands`
2020-06-22 03:25:33 +02:00
Dav
df410529b0
[i18n/Streams] Change strings mentioning commands to use {command} variable ( #3938 )
...
* hopefully all strings in streams.py
* black streams.py
* don't touch docstrings
* uniformity is good
* thx draper
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com >
* aaaaaaaaaaaaaaaaaaaaaa
* translate more
* sure, joining some strings for jack
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* more strings to join
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* yup... I missed this
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* jaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaack blaaaaaaaaaaaaaaaaaaaaaack
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com >
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-06-21 20:38:31 +02:00