migrate classabbyamp/discord-qrm2 to miaowware/qrm2

This commit is contained in:
Abigail 2020-02-15 06:27:48 -05:00
parent 0e28366265
commit 4b122518f5
16 changed files with 21 additions and 21 deletions

View File

@ -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

View File

@ -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.
"""

View File

@ -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.
"""

View File

@ -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)

View File

@ -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.
"""

View File

@ -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.
"""

View File

@ -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.
"""

View File

@ -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.
"""

View File

@ -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.
"""

View File

@ -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.
"""

View File

@ -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.
"""

View File

@ -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.
"""

View File

@ -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.
"""

View File

@ -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"

View File

@ -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.
"""

View File

@ -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.
"""