File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 159
159
html_theme = 'basic'
160
160
161
161
html_context = {
162
- 'discord_invite' : 'https://discord.gg/rdXkRJG7pS ' ,
162
+ 'discord_invite' : 'https://pycord.dev/discord ' ,
163
163
'discord_extensions' : [
164
164
('discord.ext.commands' , 'ext/commands' ),
165
165
('discord.ext.tasks' , 'ext/tasks' ),
166
166
],
167
167
}
168
168
169
169
resource_links = {
170
- 'discord' : 'https://discord.gg/rdXkRJG7pS ' ,
170
+ 'discord' : 'https://pycord.dev/discord ' ,
171
171
'issues' : 'https://github.com/Pycord-Development/pycord/issues' ,
172
172
'discussions' : 'https://github.com/Pycord-Development/pycord/discussions' ,
173
173
'examples' : f'https://github.com/Pycord-Development/pycord/tree/{ branch } /examples' ,
357
357
def setup (app ):
358
358
if app .config .language == 'ja' :
359
359
app .config .intersphinx_mapping ['py' ] = ('https://docs.python.org/ja/3' , None )
360
- app .config .html_context ['discord_invite' ] = 'https://discord.gg/rdXkRJG7pS '
361
- app .config .resource_links ['discord' ] = 'https://discord.gg/rdXkRJG7pS '
360
+ app .config .html_context ['discord_invite' ] = 'https://pycord.dev/discord '
361
+ app .config .resource_links ['discord' ] = 'https://pycord.dev/discord '
You can’t perform that action at this time.
0 commit comments