added version number for galaxy cog

This commit is contained in:
Seaswimmer 2023-02-27 13:24:24 -05:00
parent 83bf68c424
commit 9801b4b9dd

View file

@ -4,6 +4,8 @@ import discord
class Galaxy(commands.Cog):
"""Custom cog intended for use on the Galaxy discord server."""
__version__ = "1.0.0"
def __init__(self, bot):
self.bot = bot