Version bump to v0.8.0

This commit is contained in:
Zeva Rose 2021-07-07 11:12:22 -06:00
parent e3c18103b3
commit 111e0eedd6

View file

@ -26,7 +26,7 @@ restart_ctx = None
jarvis = commands.Bot(command_prefix=utils.get_prefix, intents=intents) jarvis = commands.Bot(command_prefix=utils.get_prefix, intents=intents)
slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True)
jarvis_self = Process() jarvis_self = Process()
__version__ = "0.6.0" __version__ = "0.8.0"
@jarvis.event @jarvis.event