bobloy
b746d48bc0
Up to allowlist
2021-01-20 14:56:53 -05:00
bobloy
0d0b07a79d
A little more contact
2021-01-20 14:56:53 -05:00
bobloy
0ff4da0050
tagline and contact
2021-01-20 14:56:53 -05:00
bobloy
da91f94406
spagetthi ctrl+v
2021-01-20 14:56:53 -05:00
bobloy
728e6e1d52
Maxpages and delete delay docstrings
2021-01-20 14:56:53 -05:00
bobloy
94a611726c
Docstrings up to helpset pagecharlimit
2021-01-20 14:56:51 -05:00
bobloy
16316d0907
set activity statuses docstrings
2021-01-20 14:55:24 -05:00
bobloy
c5fce970e3
Bullet lists need blank lines.
2021-01-20 14:55:24 -05:00
bobloy
066953f1ac
More docstrings into the set command
2021-01-20 14:55:24 -05:00
bobloy
172873f3e0
Some small docstrings
2021-01-20 14:55:24 -05:00
bobloy
c60d948cce
Refix line lengths
2021-01-20 14:55:23 -05:00
bobloy
ad5e4fdbf8
"cog packages" for loads
2021-01-20 14:55:21 -05:00
bobloy
04fd00808e
docstring semantics
2021-01-20 14:53:25 -05:00
bobloy
8d12fa60a7
Black formatting
2021-01-20 14:52:56 -05:00
bobloy
f789046a1b
Up to load docstrings
2021-01-20 14:52:53 -05:00
bobloy
f3264c67ca
Lots more docstrings
2021-01-20 14:51:39 -05:00
bobloy
6c627d7983
Mydata docstrings
2021-01-20 14:51:39 -05:00
Ryan
e4d24578b5
[Bank API] Cache global bank settings ( #4723 )
...
* cache global bank settings
* Make the global variable name clearer
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-01-17 23:08:59 +01:00
github-actions[bot]
b76b6305d1
Automated Crowdin downstream ( #4703 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-01-07 17:26:35 +00:00
github-actions[bot]
13cd751932
Automated Crowdin downstream ( #4689 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-12-24 15:45:31 +01:00
Jamie
d01bca2314
Owners can bypass cooldowns with non persistent toggle ( #4440 )
...
* dev bypas cooldowns
* Toggleable within dev, new attrib
* Reuqested changes
* Remake content
* Looks like `reset_cooldown()` is under Command object :)
* Remove `await`
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-12-23 20:25:32 +01:00
Kowlin
ab80f46d2e
[Core] Rich logging for not so rich people ( #4577 )
...
* Pop stash
* add rich to setup
* Added forceful enabling of rich logging
* revert some unintended pushed
* Fix possible unbound var
Fix possible 0 members w/out members intent
* One day I won't forget to do style passes
* So this is a thing apperently...
* Bump rich to 9.5.1
* Lock secondary deps
* Different stuff, see the full commit description for more info
- Change few things from print to log.info
- put the log handlers on the root logger instead of individual loggers
- capture warnings to a logger
* Modify log handler to show logger name
* Add a Triboolian to force disable rich
* Style checks
* shortened time, added logger name... again.
* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
* Style & linking
* Be or not to be? Whatever man, it's 4:30 in the morning, goto sleep >.<
* Reintroduce outdated message.
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-12-23 05:11:44 +01:00
Predeactor
d53ff57794
Shorten the audit log reason appropriately, remove unused vars ( #4189 )
...
* [Mod] Check for reason length & remove unused vars
This PR also remove unused variable.
* Blame me
* Apply Kowlin order.
Text will get truncate in audit logs in case we're going over 512 characters.
* This is already handled by ban_user()
* Use `get_audit_reason()` in `[p]tempban`
* Add a new kwarg to `get_audit_reason()` instead
* Include `[p]voiceban` and `[p]voiceunban`
* Include Mutes cog
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-12-23 03:22:59 +01:00
jack1142
b36a702e62
Make command usage in help for required arguments consistent ( #4589 )
...
* Make command usage in help for required arguments consistent
* Bob 3
* Bob 1
* Docstring updates
* Address Flame's review
* Update cog guides in docs
2020-12-22 14:14:47 -05:00
bobloy
59e1e31634
Fix inviteset public link ( #4641 )
2020-12-19 21:06:38 +01:00
PhenoM4n4n
8280067b7e
Improve grammar in max concurrency error ( #4501 )
...
* better concurrency grammar
* remove casing
* Apply Bread's suggestion per Draper's comment
Co-authored-by: Sean <29239704+Bakersbakebread@users.noreply.github.com >
* Thanks Pred
Co-authored-by: Predeactor <61093863+Predeactor@users.noreply.github.com >
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
Co-authored-by: Sean <29239704+Bakersbakebread@users.noreply.github.com >
Co-authored-by: Predeactor <61093863+Predeactor@users.noreply.github.com >
2020-12-19 00:31:16 +01:00
github-actions[bot]
7f587ea46b
Automated Crowdin downstream ( #4664 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-12-18 19:10:17 +01:00
Neuro Assassin
92788a90c1
[CogManagerUI] Fix error when removing path from other OS ( #4466 )
...
* Fix error when removing path from other OS
* Update to draper's comment
2020-12-18 04:15:59 +01:00
Kowlin
e519286f5c
Catch OverflowErrors in the timedelta converter ( #4630 )
2020-12-16 18:56:42 +01:00
Samuel
06ba425159
bot.remove_command returns a dpy command object instead of None ( #4636 )
...
* remove_command returns a dpy command object
* removed typehint at remove_command
* typing
Co-authored-by: npc203 <npc203@users.noreply.github.com >
2020-12-16 18:31:26 +01:00
github-actions[bot]
e2adb29cf3
Automated Crowdin downstream ( #4638 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-11-29 22:04:43 +01:00
github-actions[bot]
bc8f2311d9
Automated Crowdin downstream ( #4627 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-11-19 22:18:05 +01:00
github-actions[bot]
e50b32cc27
[i18n] Automated Crowdin downstream ( #4596 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-11-16 18:26:02 +01:00
MAX
e87896815c
[Core] Add [p]set competing command ( #4609 )
...
* Update core_commands.py
* style
* Update core_commands.py
* Update core_commands.py
* does this fix tho?
* C
2020-11-16 15:18:44 +01:00
Predeactor
0a040ad8e3
Fix wrong words in docstrings of reaction and message predicates ( #4593 )
...
* Fix a wrong usage of word in docs
* Let's fix this while we're at it
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-11-11 17:34:33 +01:00
Flame442
a97cd64f48
[Modlog] Fix error when the bot can't read message history in the modlog channel ( #4588 )
2020-11-11 17:14:36 +01:00
github-actions[bot]
0089380bfd
Automated Crowdin downstream ( #4578 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-11-05 16:53:43 +01:00
github-actions[bot]
ffcf104dfc
Automated Crowdin downstream ( #4567 )
...
Red I18n: "Context comments are changed edition"
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-11-02 17:32:43 +01:00
jack1142
b77afeed34
Never trust Slime
2020-10-28 12:17:37 +01:00
Stonedestroyer
7db2ba556d
Fixes concurrency spelling with time(s) ( #4450 )
...
* Change spelling
* Change for translation
2020-10-28 11:56:27 +01:00
Draper
a4a344d8eb
Add bot.get_or_fetch_user/member methods ( #4403 )
...
* add 2 get_or_fetch methods
* style
* local tox didnt scream and blow up
* ewh extra space is ugly
* Jack meant this
* I think jack wanted this.
* Nope Jack desired this
* aaaaaaaaaaaaa Jack just say you are reviewing it come on
* add get_or_fetch_member
* Update redbot/core/bot.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Wubba Lubba Dub Dub
* woa!! this one was really HARD! (sweats)
* fiiiiire
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-10-27 18:21:20 +01:00
TrustyJAID
085cd1bb49
Modlog account for very long case reasons ( #4541 )
...
* Modlog account for very long case reasons
* if
2020-10-27 02:12:06 +01:00
github-actions[bot]
b018c6a24d
[i18n] Automated Crowdin downstream ( #4476 )
...
Kowlin told me I should just merge.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-10-26 21:26:02 +01:00
Kowlin
2413c6abd3
[Core] Guild scoped I18n ( #3896 )
...
* Guild I18n
Never again!
* Finish off guild scoped i18n
* Black formatting
* Added guild only flags.
* Fix missing import.
* Added listing of guild i18n settings
* Added API support
* Added API support... properly!
* Added API support... for realsies!
* Auto-translate create_cases instances
You're welcome cog creators! Jack talked me into this!
* Fix get_regional_format to actually return properly
* Cleanup `set showsettings`
* Style pass
* Update redbot/core/core_commands.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Update redbot/core/events.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Update redbot/core/core_commands.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Fix missing import
* Improve caching
* Removal of unneeded function
* Fix some naming
* IDFK anymore...
* Reformat
* Update redbot/core/settings_caches.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Update redbot/core/settings_caches.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Update redbot/core/settings_caches.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Remove line number
* Fix global sets
* Set contextual locale manually where needed
* Reports cog is wonderful...
* Update redbot/core/core_commands.py
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com >
* Set contextual locale manually where needed in Mutes cog
* s
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com >
2020-10-26 17:59:11 +01:00
Draper
ce6c17debc
Add data path and metadata file to [p]debuginfo, add missing info to non-embed version ( #4524 )
...
* Add data path to `[p]debuginfo`, add missing info in non-embed version
* More things
* cast to str
* another reorder
2020-10-23 18:39:24 +01:00
Chloe
e3359e9b3f
Fixed possible exception thrown when balance field is missing during schema conversion ( #4523 )
...
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com >
2020-10-23 18:39:14 +01:00
jack1142
c1ab10e202
another reorder
2020-10-23 19:14:08 +02:00
jack1142
1d23c1f2bc
cast to str
2020-10-23 19:11:57 +02:00
jack1142
ef1582832d
More things
2020-10-23 19:09:08 +02:00
jack1142
95e342f4f4
Add data path to [p]debuginfo, add missing info in non-embed version
2020-10-23 18:28:44 +02:00