fix(aurora): bump version and change author key
This commit is contained in:
parent
fadb3e1a9d
commit
fa8036291c
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ class Aurora(commands.Cog):
|
|||
It is heavily inspired by GalacticBot, and is designed to be a more user-friendly alternative to Red's core Mod cogs.
|
||||
This cog stores all of its data in an SQLite database."""
|
||||
|
||||
__author__ = ["Seaswimmer"]
|
||||
__version__ = "3.0.0-indev20"
|
||||
__author__ = ["cswimr"]
|
||||
__version__ = "3.0.0-indev21"
|
||||
__documentation__ = "https://seacogs.coastalcommits.com/aurora/"
|
||||
|
||||
async def red_delete_data_for_user(self, *, requester, user_id: int):
|
||||
|
|
Loading…
Reference in a new issue