Fix all invites to devision server invite (#69)
This commit is contained in:
parent
0638bda719
commit
00ae8bb18c
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -6,7 +6,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: >
|
value: >
|
||||||
Thanks for taking the time to fill out a bug.
|
Thanks for taking the time to fill out a bug.
|
||||||
If you want real-time support, consider joining our Discord at https://discord.gg/r3sSKJJ instead.
|
If you want real-time support, consider joining our Discord at https://discord.gg/TvqYBrGXEm instead.
|
||||||
|
|
||||||
Please note that this form is for bugs only!
|
Please note that this form is for bugs only!
|
||||||
- type: input
|
- type: input
|
||||||
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -5,4 +5,4 @@ contact_links:
|
|||||||
url: https://github.com/Rapptz/discord.py/discussions
|
url: https://github.com/Rapptz/discord.py/discussions
|
||||||
- name: Discord Server
|
- name: Discord Server
|
||||||
about: Use our official Discord server to ask for help and questions as well.
|
about: Use our official Discord server to ask for help and questions as well.
|
||||||
url: https://discord.gg/r3sSKJJ
|
url: https://discord.gg/TvqYBrGXEm
|
||||||
|
@ -2,7 +2,7 @@ enhanced-discord.py
|
|||||||
===================
|
===================
|
||||||
|
|
||||||
.. image:: https://discord.com/api/guilds/514232441498763279/embed.png
|
.. image:: https://discord.com/api/guilds/514232441498763279/embed.png
|
||||||
:target: https://discord.gg/PYAfZzpsjG
|
:target: https://discord.gg/TvqYBrGXEm
|
||||||
:alt: Discord server invite
|
:alt: Discord server invite
|
||||||
.. image:: https://img.shields.io/pypi/v/enhanced-dpy.svg
|
.. image:: https://img.shields.io/pypi/v/enhanced-dpy.svg
|
||||||
:target: https://pypi.python.org/pypi/enhanced-dpy
|
:target: https://pypi.python.org/pypi/enhanced-dpy
|
||||||
@ -117,5 +117,5 @@ Links
|
|||||||
------
|
------
|
||||||
|
|
||||||
- `Documentation <https://enhanced-dpy.readthedocs.io/en/latest/index.html>`_
|
- `Documentation <https://enhanced-dpy.readthedocs.io/en/latest/index.html>`_
|
||||||
- `Official Discord Server <https://discord.gg/PYAfZzpsjG>`_
|
- `Official Discord Server <https://discord.gg/TvqYBrGXEm>`_
|
||||||
- `Discord API <https://discord.gg/discord-api>`_
|
- `Discord API <https://discord.gg/discord-api>`_
|
||||||
|
@ -159,7 +159,7 @@ html_experimental_html5_writer = True
|
|||||||
html_theme = "basic"
|
html_theme = "basic"
|
||||||
|
|
||||||
html_context = {
|
html_context = {
|
||||||
"discord_invite": "https://discord.gg/r3sSKJJ",
|
"discord_invite": "https://discord.gg/TvqYBrGXEm",
|
||||||
"discord_extensions": [
|
"discord_extensions": [
|
||||||
("discord.ext.commands", "ext/commands"),
|
("discord.ext.commands", "ext/commands"),
|
||||||
("discord.ext.tasks", "ext/tasks"),
|
("discord.ext.tasks", "ext/tasks"),
|
||||||
@ -167,7 +167,7 @@ html_context = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource_links = {
|
resource_links = {
|
||||||
"discord": "https://discord.gg/r3sSKJJ",
|
"discord": "https://discord.gg/TvqYBrGXEm",
|
||||||
"issues": "https://github.com/Rapptz/discord.py/issues",
|
"issues": "https://github.com/Rapptz/discord.py/issues",
|
||||||
"discussions": "https://github.com/Rapptz/discord.py/discussions",
|
"discussions": "https://github.com/Rapptz/discord.py/discussions",
|
||||||
"examples": f"https://github.com/Rapptz/discord.py/tree/{branch}/examples",
|
"examples": f"https://github.com/Rapptz/discord.py/tree/{branch}/examples",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user