diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 990f13124e..80820d6aa5 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team on [discord](https://discord.gg/etJNHCQ). All +reported by contacting the project team on [discord](https://discord.gg/cnUpwrnpYb). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6c6694b809..fdaf51e8bf 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,7 +8,7 @@ We love your input! We want to make contributing to this project as easy and tra - Proposing new features - Becoming a maintainer -If you are proposing new features, please discuss them with us in the [development server](https://discord.gg/etJNHCQ) before you start working on them! +If you are proposing new features, please discuss them with us in the [development server](https://discord.gg/cnUpwrnpYb) before you start working on them! ## We Develop with Github We use GitHub to host code, to track issues and feature requests, as well as accept pull requests. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e9a2d9fcd4..0268f9d3a3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Discord Server - url: https://discord.gg/etJNHCQ + url: https://discord.gg/cnUpwrnpYb about: Please ask hosting-related questions here before creating an issue. diff --git a/PRIVACY.md b/PRIVACY.md index b4283e3660..1458113fa1 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -48,7 +48,7 @@ The bot owner can opt out of this data collection by setting `data_collection` t ### Data deletion -Data can be deleted with a request in a DM to our [support server](https://discord.gg/etJNHCQ)'s Modmail bot. +Data can be deleted with a request in a DM to our [support server](https://discord.gg/cnUpwrnpYb)'s Modmail bot. ## The Data You Collect diff --git a/bot.py b/bot.py index bb47c75283..0e4ed7f3e6 100644 --- a/bot.py +++ b/bot.py @@ -1801,11 +1801,11 @@ def main(): else: if "ubuntu" in platform.version().lower() or "debian" in platform.version().lower(): logger.error( - "Unable to import cairosvg, try running `sudo apt-get install libpangocairo-1.0-0` or report on our support server with your OS details: https://discord.gg/etJNHCQ" + "Unable to import cairosvg, try running `sudo apt-get install libpangocairo-1.0-0` or report on our support server with your OS details: https://discord.gg/cnUpwrnpYb" ) else: logger.error( - "Unable to import cairosvg, report on our support server with your OS details: https://discord.gg/etJNHCQ" + "Unable to import cairosvg, report on our support server with your OS details: https://discord.gg/cnUpwrnpYb" ) sys.exit(0) diff --git a/cogs/utility.py b/cogs/utility.py index b892ffc01b..57b19432b9 100644 --- a/cogs/utility.py +++ b/cogs/utility.py @@ -323,7 +323,7 @@ async def about(self, ctx): embed.set_author( name="Modmail - About", icon_url=self.bot.user.display_avatar.url, - url="https://discord.gg/F34cRU8", + url="https://discord.gg/cnUpwrnpYb", ) embed.set_thumbnail(url=self.bot.user.display_avatar.url)