diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c6991..01cd0be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 1.0.0 - 2019-07-31 [YANKED] -[Unreleased]: https://github.com/classabbyamp/discord-qrm2/compare/v2.1.0...HEAD -[2.1.0]: https://github.com/classabbyamp/discord-qrm2/releases/tag/v2.1.0 -[2.0.0]: https://github.com/classabbyamp/discord-qrm2/releases/tag/v2.0.0 +[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/miaowware/qrm2/releases/tag/v2.1.0 +[2.0.0]: https://github.com/miaowware/qrm2/releases/tag/v2.0.0 diff --git a/common.py b/common.py index fb6ecb8..f8f12b1 100644 --- a/common.py +++ b/common.py @@ -3,7 +3,7 @@ Common tools for the bot. --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/exts/ae7q.py b/exts/ae7q.py index 0fb4e08..9f3ecc9 100644 --- a/exts/ae7q.py +++ b/exts/ae7q.py @@ -3,7 +3,7 @@ ae7q extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/exts/base.py b/exts/base.py index e3739d7..cddf934 100644 --- a/exts/base.py +++ b/exts/base.py @@ -3,7 +3,7 @@ Base extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ @@ -137,7 +137,7 @@ class BaseCog(commands.Cog): embed = cmn.embed_factory(ctx) embed.title = "qrm Changelog" embed.description = ("For a full listing, visit [Github](https://" - "github.com/classabbyamp/discord-qrm2/blob/master/CHANGELOG.md).") + "github.com/miaowware/qrm2/blob/master/CHANGELOG.md).") changelog = self.changelog vers = list(changelog.keys()) vers.remove("Unreleased") @@ -173,7 +173,7 @@ class BaseCog(commands.Cog): embed = cmn.embed_factory(ctx) embed.title = "Found a bug? Have a feature request?" embed.description = ("Submit an issue on the [issue tracker]" - "(https://github.com/classabbyamp/discord-qrm2/issues)!") + "(https://github.com/miaowware/qrm2/issues)!") await ctx.send(embed=embed) @commands.command(name="echo", aliases=["e"], category=cmn.cat.admin) diff --git a/exts/fun.py b/exts/fun.py index 90392c7..beeab94 100644 --- a/exts/fun.py +++ b/exts/fun.py @@ -3,7 +3,7 @@ Fun extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/exts/grid.py b/exts/grid.py index d634000..4d3b5f4 100644 --- a/exts/grid.py +++ b/exts/grid.py @@ -3,7 +3,7 @@ Grid extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/exts/ham.py b/exts/ham.py index 207a8ce..009db1e 100644 --- a/exts/ham.py +++ b/exts/ham.py @@ -3,7 +3,7 @@ Ham extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/exts/image.py b/exts/image.py index 66edbfc..b6262f9 100644 --- a/exts/image.py +++ b/exts/image.py @@ -3,7 +3,7 @@ Image extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/exts/lookup.py b/exts/lookup.py index c5eba9e..ab508d8 100644 --- a/exts/lookup.py +++ b/exts/lookup.py @@ -3,7 +3,7 @@ Lookup extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/exts/morse.py b/exts/morse.py index 6a37e49..02aa487 100644 --- a/exts/morse.py +++ b/exts/morse.py @@ -3,7 +3,7 @@ Morse Code extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/exts/qrz.py b/exts/qrz.py index 7b8fdf4..d547a25 100644 --- a/exts/qrz.py +++ b/exts/qrz.py @@ -3,7 +3,7 @@ QRZ extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/exts/study.py b/exts/study.py index c4fe92f..1576de2 100644 --- a/exts/study.py +++ b/exts/study.py @@ -3,7 +3,7 @@ Study extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/exts/weather.py b/exts/weather.py index b8876d5..dc4319a 100644 --- a/exts/weather.py +++ b/exts/weather.py @@ -3,7 +3,7 @@ Weather extension for qrm --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/info.py b/info.py index 228d4c7..e80b5da 100644 --- a/info.py +++ b/info.py @@ -3,7 +3,7 @@ Static info about the bot. --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ @@ -11,6 +11,6 @@ the GNU General Public License, version 2. authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639") description = """A bot with various useful ham radio-related functions, written in Python.""" license = "Released under the GNU General Public License v2" -contributing = "Check out the source on GitHub, contributions welcome: https://github.com/classabbyamp/discord-qrm2" +contributing = "Check out the source on GitHub, contributions welcome: https://github.com/miaowware/qrm2" release = "2.1.0" bot_server = "https://discord.gg/Ntbg3J4" diff --git a/main.py b/main.py index 504cecc..ac7d400 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ qrm, a bot for Discord --- Copyright (C) 2019-2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """ diff --git a/utils/connector.py b/utils/connector.py index 33601a0..2ae1571 100644 --- a/utils/connector.py +++ b/utils/connector.py @@ -3,7 +3,7 @@ Wrapper to handle aiohttp connector creation. --- Copyright (C) 2020 Abigail Gold, 0x5c -This file is part of discord-qrm2 and is released under the terms of +This file is part of qrm2 and is released under the terms of the GNU General Public License, version 2. """