bobloy
de60df4b4c
Apply additional suggests and some small rewording.
2021-03-11 10:39:10 -05:00
bobloy
ee080cb3cc
Merge branch 'V3/develop' into cog_guide_core
2021-03-11 10:10:51 -05:00
bobloy
e527b9c529
Fix some of the suggestions
2021-03-11 10:02:18 -05:00
kingslayer268
0c3e772135
Added use spoilers functionality ( #4877 )
...
* Added use spoilers functionallity
* Update trivia.py
* Update session.py
2021-03-07 22:27:41 +01:00
kingslayer268
c78ee14617
Fix AttributeError in Context.delete_messages() ( #4876 )
...
delete_messages() isn't an attribute of DMChannels
2021-03-06 16:21:25 +01:00
TheDiscordHistorian
3782e9c1b9
fix a minor grammar issue ( #4846 )
...
The docstring says "cogs the folder" which should be "cogs folder"
2021-03-03 20:44:39 +01:00
kreusada
8d03fef566
[Docs] Image Cog Guide ( #4821 )
...
* [Docs] Images Cog Guide
* [Docs] Image Cog Guide
* Fixes for directory inside the index
* The cog is cakked IMAGE not IMAGES
* Potential fixes for failing checks
* Grammar fixes
* Some formatting updates
* Fix merge conflicts from 3.4.7
* Re-format for requested changes
2021-03-03 14:19:33 -05:00
OofChair
77896494c4
[Docs] Add nano package to Linux install guides ( #4870 )
...
* [Docs] Add installation instructions for nano
As some servers don't have nano preinstalled, I added the installation instructions here.
* Formatting fix
* Update autostart_systemd.rst
* Add nano to installation instructions
* Add nano to all OS installation instructions
* Remove nano from OSX installation
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Remove trailing whitspace
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Put nano at the end
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Put nano at the end
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Put nano at the end
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Put nano at the end
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
* Update install_linux_mac.rst
* Minimize diffs
Co-authored-by: kreusada <67752638+kreusada@users.noreply.github.com >
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-03-03 17:14:15 +01:00
OofChair
aad34f2b08
sudo -e -> sudo nano ( #4869 )
...
I changed this as it was mentioned in #4082 . (https://github.com/Cog-Creators/Red-DiscordBot/pull/4082#issuecomment-789291030 )
2021-03-03 00:19:59 +01:00
jack1142
85dc6f4cc9
Use brew install --cask instead of brew cask install ( #4865 )
2021-03-01 09:25:55 -08:00
jack1142
7126482449
Drop support for EOL systems and update instructions to use Python 3.8.8 ( #4864 )
...
* Drop support for EOL systems (Fedora 31, openSUSE Leap 15.1)
* Bump Python in Windows and pyenv install guides to 3.8.8
2021-02-28 15:45:48 +01:00
jack1142
9bb61ba882
Make files - fallback to python(3.8) from PATH if .venv doesn't exist ( #4863 )
2021-02-28 15:39:28 +01:00
jack1142
1ff976b3d0
Add make.ps1 cmdlet + activateenv command for Windows make scripts ( #4087 )
...
* Add missing command to `make.bat`'s help
* Add `activateenv` and `deactivateenv` commands to `make.bat`
* Add help to `Makefile`
* Add `make.ps1` cmdlet
2021-02-27 12:23:32 +01:00
jack1142
53c069a636
Auto-put PRs from release workflows in the proper milestone + minor things ( #4862 )
...
* Make workflow name use TitleCase
* Indicate in the PR description that it's a multi-part workflow
* Auto-put PRs from Prepare Release workflow in the proper milestone
* Rename "Publish the release" workflow to "Publish Release"
* Auto-put PR from Publish Release workflow in the proper milestone
2021-02-27 11:22:54 +01:00
Fixator10
bb90444979
[Changelog] Fix argument name in 3.4.6 changelog ( #4861 )
2021-02-26 21:37:35 +00:00
jack1142
19fc5a090c
Version bump to 3.4.8.dev1 ( #4860 )
2021-02-26 19:08:12 +00:00
kreusada
0d53b2ab73
[Changelog] Fix URL ( #4859 )
2021-02-26 19:05:22 +00:00
jack1142
d3b448d50c
Fix publish_release workflow ( #4858 )
2021-02-26 19:04:36 +00:00
github-actions[bot]
02667ef65d
Version bump to 3.4.7 ( #4856 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3.4.7
2021-02-26 19:53:11 +01:00
github-actions[bot]
51b73fdd1a
[i18n] Automated Crowdin downstream ( #4857 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-02-26 19:51:59 +01:00
jack1142
f926fab431
Fix prepare_release workflow ( #4855 )
2021-02-26 18:43:00 +00:00
jack1142
dbbaa88e8e
Red 3.4.7 - Changelog ( #4852 )
...
* wip
* wip 2
* wip 3
* Add contribs list!
2021-02-26 19:31:25 +01:00
Kowlin
df5926b51a
[Core] Clarify that the owner is a team in [p]info ( #4851 )
...
* Clarify that the owner is a team.
* This should do.
* Style check... for a comma, in your dreams Tox...
* Annndddd for the insane people who don't use embeds
2021-02-26 18:48:22 +01:00
jack1142
7d42c4c6c3
Minor text fix in Mutes cog ( #4853 )
2021-02-26 18:32:11 +01:00
Ellie Saurich
dfe84f9936
[Mutes] Wrong error message when muting fails ( #4850 )
...
* [Mutes] Wrong error message when muting fails
* This applies to both mute and unmuting of members.
Co-authored-by: Kowlin <Kowlin@users.noreply.github.com >
2021-02-26 08:22:04 +00:00
Jamie
649b4ebb15
add checks to 2 muteset commands ( #4849 )
2021-02-26 03:14:56 +01:00
bobloy
d408e68bcb
Merge branch 'V3/develop' into cog_guide_core
2021-02-23 17:32:08 -05:00
bobloy
fe30d5ee4c
Regenerate Docs
2021-02-23 17:30:41 -05:00
bobloy
c80a689927
Longer description of the cog
2021-02-23 17:29:37 -05:00
bobloy
868f384669
Regenerate docs
2021-02-23 15:31:25 -05:00
bobloy
8fd7d31000
Finish the rest of the docstrings
2021-02-23 15:29:45 -05:00
jack1142
f476b842d5
Work around actions/labeler's upstream issue with label sync setting ( #4844 )
...
* Work around `actions/labeler`'s upstream issue with label sync setting
* Add comment about this being a workaround
2021-02-23 14:57:34 +01:00
kreusada
92ea92b617
[Docs] General Cog Guide ( #4797 )
...
* [Docs] General Cog Guide
* Doc Style Fixes
* Requested Changes
* Additional grammar fix that was missed
Co-authored-by: kreusada <67752638+kreus7@users.noreply.github.com >
2021-02-22 13:56:43 -05:00
Jamie
ae2bae058c
change domain to .app ( #4840 )
2021-02-20 23:50:40 +01:00
palmtree5
b20fc9f6af
[Docs] Trivia user guide ( #4566 )
...
* Start on Trivia user guide
* Finish command coverage + add to toctree
* wip note on list creation section
* Apply suggestions from code review
Co-authored-by: bobloy <alboblexloy@gmail.com >
* Update docs/cog_guides/trivia.rst
Co-authored-by: bobloy <alboblexloy@gmail.com >
* Drop list creation guide for now + fix formatting
* Apply suggestions from code review
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com >
* permissions notes
Co-authored-by: bobloy <alboblexloy@gmail.com >
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com >
2021-02-20 14:38:18 -05:00
Kowlin
fc5eadd0cc
[Meta] Issue template migration ( #4809 )
...
* Issue template migration
* Fixes pt. 1
* Fixes pt. 2
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-02-19 19:01:52 +01:00
bobloy
777221dc54
Merge branch 'V3/develop' into cog_guide_core
2021-02-18 15:41:29 -05:00
bobloy
c83a0cd3bd
Disabled message stuff was missed
2021-02-18 15:40:45 -05:00
jack1142
c5fbf5fb94
Change things up with Crowdin and release-related workflows ( #4833 )
...
* Alternative way of doing Crowdin...
* Limit the upload translations workflow to V3/develop
* Make the workflow close and reopen the PR automatically while I'm at it
* Add a workflow for preparing PRs for release
* Make the crowdin env vars local to the step requiring them
* Move dev bump to Publish Release workflow
2021-02-18 14:43:21 +01:00
jack1142
54bbdd61e1
Version bump to 3.4.7.dev1 ( #4825 )
...
* Version bump to 3.4.6
* Version bump to 3.4.7.dev1
2021-02-16 20:43:18 +01:00
jack1142
512ff7a4b5
Version bump to 3.4.6 ( #4824 )
3.4.6
2021-02-16 20:22:43 +01:00
jack1142
6881b20c20
Red 3.4.6 - Changelog ( #4743 )
...
* Fix some stuff from previous changelogs
* Add 3.4.6 section
* PR 4579
* PR 4710
* PR 4649 (issue 3931)
* PR 4714
* PR 4728
* PR 4740
* PR 4741
* PR 4738 (issue 4405)
* PR 4599
* PR 4733
* PR 4739 (issue 4676)
* PR 4742 (issue 4731)
* PR 3870
* PR 3833 (issue 3699)
* PR 4426
* PR 4715
* PR 4563 (issue 3752)
* PR 3040
* PR 4667
* PR 4726 (issue 4702)
* PR 4647
* PR 4709
* PR 4694 (issue 4693)
* PR 4745
* PR 4749
* PR 4768 (issue 4767)
* PR 4697
* PR 4770
* PR 4772 (issue 4771)
* PR 4758 (issue 4661)
* PR 4705, 4748, 4750, 4788, 4810
* PR 4572 (issue 3777)
* PR 4791
* PR 4754
* PR 4805
* PR 4778
* PR 4800
* PR 4801 (issue 4789)
* PR 4814
* PR 4815
* PR 4819 (issue 4818)
* PR 4822
* Revert entries for unmerged PRs (3833, 4742, 4801)
* PR 4785
* PR 4799
* Add list of contributors
* Add release date
* PR 4763, 4792
* Wew, I almost forgot!
* PR 4660
* Apply suggestions from code review
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com >
* Update docs/changelog_3_4_0.rst
* Update docs/changelog_3_4_0.rst
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com >
* Update docs/changelog_3_4_0.rst
* Add Wyn
* What do you think of that, Flame?
* PR 4827
* Jack is dumb
* Jack is dumb 2
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com >
2021-02-16 20:22:22 +01:00
github-actions[bot]
e80a00ec1b
[i18n] Automated Crowdin downstream ( #4829 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-02-16 19:22:05 +00:00
Flame442
7b04c04551
[Mod] Add two new settings to disable name/nickname tracking ( #4799 )
...
* Add default settings for name tracking
* Add configuration command for name tracking
* Check the track names settings before tracking
* *grumble*
* Fix permissions levels
* Update settings.py
* Use clean_prefix in inline, and don't use f-strings in `_()`
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-02-16 20:13:37 +01:00
PhenoM4n4n
62411bc2a5
Add a command for deleting usernames and nicknames to Mod cog ( #4827 )
...
* mod delete names
* sTyLe fOrMAttInG
* Remove `[p]deletemodkeys` and have `[p]deletenames` remove empty keys
* Rename `[p]deletenames` to `[p]modset deletenames`
* Fix wrong variable being used
* Add confirmation to avoid mistakes
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-02-16 19:58:00 +01:00
Wyn
bee022d1bb
Make [p]selfrole without subcommand "toggle" the selfrole ( #4826 )
...
* Merge selfrole and remove into one command
replacement pr
* docs
add to the docs
* Update admin.py
remove register name
* Update admin.rst
* Fixes
* Fix the duplicated command decorators
* Minimize the diff
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-02-16 15:16:16 +01:00
Andy
1be7435fb5
fix grammar issues ( #4763 )
...
in line 28, it used to be "The message will be send to the user", I fixed it to "The message will be sent to the user".
Co-authored-by: Andy <76832778+AndyButAnnoying@users.noreply.github.com >
2021-02-15 23:32:44 +01:00
Andy
9b4363eff3
grammar fixes ( #4792 )
...
* grammar fixes
* author(s)
2021-02-15 23:31:01 +01:00
jack1142
dc68bc5d37
Fix error handling for API calls to videos endpoint in YouTube alerts ( #4745 )
2021-02-15 12:25:30 -09:00
Andy
5b670c074f
Update [p]economyset slottime&paydaytime to use TimedeltaConverter and not accept negative integers ( #4807 )
...
* add a time converter, as well as not allowing negative integers
* timedeltaconverter
* styling and unused imports
* update docstrings
* update param name to "duration" instead of seconds
* make timedelta default_unit seconds
* better descriptions & docstrings
* docs for updated paydaytime & slottime
* Fix style
* Few minor fixes
* Cast `total_seconds()` return type to `int`
* Fix one of my own issues
* Make the duration argument catch-rest for convenience
* One more fix for the docs
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-02-15 22:25:03 +01:00