You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The hyperlink does not work. The domain has been bought and it leads to a 404 page to a random website and not a discord wiki.
To Reproduce
Settings > General settings > Eradicate Clyde > Click hyperlink
Expected behavior
Hyperlink shows a clyde wiki page instead of what appears to be a betting site
Desktop (please complete the following information):
OS: Windows 10 20H2
Powercord version: b410b30
Additional context
I don't know how to tick these boxes in markdown
Yes, I checked if Discord and/or Powercord are up to date
Yes, I made sure this is not related to an external plugin or a theme
Add any other context about the problem here.
could be fixed I think by replacing the url at line 42 of src\Powercord\plugins\pc-settings\components\GeneralSettings\index.jsx
( note={Messages.POWERCORD_SETTINGS_NO_CLYDE_DESC.format({ discordiaUrl: 'https://discordia.me/clyde' })})
replacing the discordia.me url with https://discord.fandom.com/wiki/Clyde#Bot
The text was updated successfully, but these errors were encountered:
Describe the bug
The hyperlink does not work. The domain has been bought and it leads to a 404 page to a random website and not a discord wiki.
To Reproduce
Settings > General settings > Eradicate Clyde > Click hyperlink
Expected behavior
Hyperlink shows a clyde wiki page instead of what appears to be a betting site
Desktop (please complete the following information):
Additional context
I don't know how to tick these boxes in markdown
Add any other context about the problem here.
could be fixed I think by replacing the url at line 42 of src\Powercord\plugins\pc-settings\components\GeneralSettings\index.jsx
(
note={Messages.POWERCORD_SETTINGS_NO_CLYDE_DESC.format({ discordiaUrl: 'https://discordia.me/clyde' })}
)replacing the discordia.me url with https://discord.fandom.com/wiki/Clyde#Bot
The text was updated successfully, but these errors were encountered: