Kreusada
439033ea28
[Core] Improve regionalformat docstrings ( #5055 )
...
* [Docs] Update regionalformat docs
* [Core] Improve regionalformat docstrings
2021-05-19 14:47:29 +00:00
jack1142
e124ae3c11
Use ctx.send_interactive for SyntaxErrors in Dev cog
...
* Merge pull request #5041
* Use ctx.send_interactive for SyntaxErrors in Dev cog
* Paren in wrong place...
2021-05-19 15:36:18 +01:00
Kreusada
3ff2132570
[Core] Update [p]autoimmune remove docstring
...
* Merge pull request #5038
* update docstring
* update docs correspondingly
2021-05-19 15:10:31 +01:00
Draper
3f39a93e59
Stop shadowing variable in customcom's arg handling
...
* Merge pull request #5027
Stop shadowing variable in customcom's arg handling
2021-05-19 15:02:47 +01:00
jack1142
356922f4de
Improve global exception handler log messages
...
* Merge pull request #4980
* Improve global exception handler log messages
2021-05-19 14:36:16 +01:00
jack1142
e2f0ac582b
Add documentation for Case class in Modlog
...
* Merge pull request #4979
* Add documentation for Case class in Modlog
2021-05-19 14:10:19 +01:00
jack1142
9b66d19369
Fix KeyError for cached messages from deleted channels in Streams
...
* Merge pull request #5031
* Fix KeyError for cached messages from deleted channels in Streams
2021-05-19 14:03:28 +01:00
Kreusada
01f86091ab
[Context] Fixup docstrings in react_quietly function
...
* Merge pull request #4955
* [Context] Add cross function, typo fixes in react_quietly()
* Remove cross function
* Remove cross variable
2021-05-19 13:35:36 +01:00
Danstr5544
56099d6b50
Attempt to DM users before applying a warn action.
...
* Merge pull request #5004
2021-05-19 13:06:51 +01:00
jack1142
fa4990f327
Fix --rich-traceback-extra-lines cli flag
...
* Merge pull request #5028
2021-05-19 13:00:31 +01:00
Kreusada
606c2f50ba
[Help] Strip docstrings before shortening them ( #4983 )
...
* [Help] Strip docstrings before shortening them
* [Help] Use rstrip instead of full strip
2021-05-19 13:58:48 +02:00
jack1142
53276ea12a
Update instructions to use Python 3.8.10
...
* Merge pull request #5025
2021-05-19 12:54:45 +01:00
Fixator10
c40efd479b
[Mutes] Handle Forbidden in mute_channel
...
* Merge pull request #4994
2021-05-19 12:49:37 +01:00
Fixator10
a58ac7cd2e
Change order of config calls in the Economy cog to only execute them when necessary.
...
* Merge pull request #5002
2021-05-19 12:40:12 +01:00
Vexed
31cb4c0604
Require read message hist perms for help menu ( #5030 )
...
[Help] Require read message history perms for reaction menu (#5030 )
2021-05-19 12:28:13 +01:00
Kreusada
700802c303
Merge pull request #5014
...
* [General] Provide the urban command with embed color
* spelling consistency...
2021-05-19 12:25:54 +01:00
Draper
00d2d62f1b
[Audio] Disallow all users from modifying Playlist 42069. ( #5018 )
2021-05-19 11:41:51 +01:00
Kreusada
c36665e755
[Modlog] Add confirmation prompt to [p]modlogset resetcases ( #4976 )
...
* [Modlog] Confirmation for resetting modlog cases
* We need to return there
* Update modlog.py
* style
* Update redbot/cogs/modlog/modlog.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-05-19 12:39:41 +02:00
bobloy
75ce67837a
embedset - fix perm check for subcommands, add missing return ( #4962 )
2021-05-19 12:19:28 +02:00
Jamie
c83eae931b
[Streams] Add guild only decorator to streams commands ( #5035 )
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-05-19 11:58:50 +02:00
Draper
ea82119605
Ensure track is properly resumed in an edge case ( #4996 )
2021-05-19 10:25:19 +01:00
Draper
42101275d5
Fix crash in [p]audioset restart ( #4987 )
2021-05-19 11:21:50 +02:00
Draper
38da7370ec
Bump RLL and improve logging ( #5044 )
...
* version bump
* - bump RLL
- logging changes
- player.channel.guild->player.guild
- small cleanup around logging changes
* missed one
* here this one too
* Apply suggestions from code review
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* add one missing player log
* missed one
* Format with Black
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-05-19 00:56:10 +02:00
DeltaX
c9431f7d90
[Audio] Fix local track documentation. ( #4832 )
...
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
2021-05-18 23:09:32 +01:00
Fabian H
cb45ef6c42
Fixed grammatical mistakes in core_commands.py ( #4966 )
...
This fixes some issues from the recent commit 'Core Cog Guide'
2021-05-18 17:17:44 -04:00
Kreusada
410b2419dd
[Docs] Mod Cog Guide ( #4886 )
...
* Initial commit
* Add some args
* bool prolog
* index
* Add more arguments
* more arguments, style fixes
* improve naming of arguments
* Fix up backlog
* Run black
* extra corrections from backlog
* Update tempban arg names
* backlog
* change prolog type
* Change kick argument prolog to member instead of user
* Update argument names
* missed a colon
* Update prolog to be friendly with non-positional args
* Edit through the decorator instead
* Add back docstring spacing
* black
* usage in decorator for name commands
* Fix command signature
* fixup docstring spacing
* style fixes
* Add spacing inside unban docstring
* Rename args instead of using usage
* black - simple
* Add labeler glob
* unify style
* rename variables instead of usage
* Update docstrings correspondingly
* run black
* update description in usage
* ehh this isn't necessary...
* fix up tags
* fix grammar and accuracy issues
* fix docstring too
2021-05-18 17:10:30 -04:00
Kreusada
5d905a93ac
[Docs] Mutes Cog Guide ( #4875 )
...
* initial commit
* Update mutes.rst
* Add argument headers
* Change bool name for forcerole
* fixes
* Add mutes to toctree
* spacing adjustment
* Fix spacing between examples, use bullet points
* Add args header
* Add args header
* Add labeler glob
* unify style
* aaaaa wrong branch
* fix grammar and formatting errors
2021-05-18 17:06:50 -04:00
OofChair
99b29d0b8e
Grammar fixes ( #4793 )
...
* Grammar fixes
I need manage roles permission ->> I need the manage roles permission
* Add quotes, capitalize "Manage Roles"
* Style
2021-05-18 16:39:21 -04:00
Philip
4bcfa8e486
Fix a typo in Track Stuck error ( #5029 )
2021-05-18 21:30:56 +01:00
PredaaA
48ed6c253e
[Audio] Check if player.current is not None before resume ( #4961 )
2021-05-18 21:30:42 +01:00
PredaaA
9986cbe6b5
[Audio] Check required permissions in events ( #4960 )
2021-05-18 21:30:26 +01:00
PredaaA
e467833cee
[Help] Add missing show_aliases value in help_settings.pretty ( #4971 )
...
* [Help] Add missing show_aliases value in help_settings.pretty
* Update redbot/core/commands/help.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-05-18 22:28:09 +02:00
Draper
1efcabada1
Cleanup [p]volume and fix infinite retrying in autoplay ( #5045 )
...
* This PR depends on Part 2 due to new store value
- cleanup of [p]volume
- a fix for infinite retrying
* update `[p]volume` help
* Update controller.py
* Update redbot/cogs/audio/core/commands/controller.py
meh still hardcoded in RLL .. will be removed in 0.9
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Update redbot/cogs/audio/core/commands/controller.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-05-17 09:38:30 +00:00
Jamie
54e5307307
[Streams] Smashcast removal. ( #5040 )
...
* Remove smashcast
* style
* remove smash from cog guides
2021-05-15 08:54:56 -08:00
fredster33
737e4cc399
Fix dead link in CONTRIBUTING.md (+ grammar fix) ( #4921 )
...
* Fix 404 link
* Grammar edits
2021-05-15 03:33:22 +02:00
benno1237
4bdc828670
Added owner check for audiostats ( #5017 )
...
* Added owner check for audiostats
* Update redbot/cogs/audio/core/commands/miscellaneous.py
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
* Update miscellaneous.py
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
2021-05-12 17:24:07 -07:00
Obi-Wan3
c04c2efeff
[Docs] updates to the Linux and Mac auto-restart docs ( #5020 )
...
* [Docs] add `sudo systemctl disable` to Linux auto-restart docs
* [Docs] fix typo in Linux auto-restart docs
* [Docs] update Mac auto-restart docs
* [Docs] implement suggestions for Linux auto-restart docs
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* [Docs] update wording on Mac auto-restart docs
* [Docs] fix grammar in Linux auto-restart docs
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-05-12 10:59:54 -07:00
Kreusada
2374b4af59
[Downloader] Fix spacing in [p]cog install response ( #5034 )
2021-05-10 19:26:15 +00:00
Kreusada
d666c24bd4
[Docs] Reports Cog Guide ( #4882 )
...
* [Docs] Reports Cog Guide
* Add cog to toctree
* corrections for docs tox style
* Edit sig (#4881 )
* fix typo
* Add labeler glob
* unify style
* decapitalize disable
* black
2021-05-07 20:51:15 -04:00
jack1142
1697d90c53
Stop shadowing variable in customcom's arg handling
2021-05-04 16:53:39 +02:00
Obi-Wan3
7f05841b96
[Downloader] Fix [p]cog uninstall examples ( #5019 )
...
* [Downloader] fix `[p]cog uninstall` examples
* [Docs] fix Downloader guide's `[p]cog uninstall` examples
2021-05-02 19:18:38 +02:00
jack1142
01561fbe07
Fix permissions for CodeQL workflow ( #5009 )
2021-04-22 20:00:24 +00:00
Kowlin
f89223bc74
[Templates] Remove unused fields ( #5007 )
...
* Remove unused fields
* Update order
* Revert "Update order"
This reverts commit ef77aeb08fafbdaf4e81a8f425a9caffc9eaa5bf.
* Fix my oopsie...
2021-04-22 21:34:31 +02:00
jack1142
336abcfbba
Update workflows with needed permissions ( #5003 )
2021-04-20 18:43:18 +02:00
jack1142
925ae870ba
Nuke PR template ( #4999 )
2021-04-19 19:39:41 +02:00
jack1142
0447b5648a
Include bot as an argument to the cog class in the cog creation guide ( #4988 )
2021-04-17 16:37:59 -04:00
palmtree5
5de65a74b5
Mac autostart docs ( #4082 )
...
* Mac autostart
* Make requested changes to these instructions
* Add a note about how to view the logs
2021-04-15 17:58:22 -07:00
Kowlin
7434a7c8e2
Migrate issue templates over ( #4982 )
2021-04-13 23:23:23 +02:00
Kowlin
f21addb0f5
Goodbye sweet prince ( #4973 )
2021-04-09 01:10:38 +00:00
jack1142
39144ed7cd
Update API url for Picarto.TV ( #4970 )
2021-04-08 21:20:34 +02:00