added version number for galaxy cog
This commit is contained in:
parent
83bf68c424
commit
9801b4b9dd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue