Skip to content

Commit

Permalink
aggiornata versione a 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cathartyc committed Feb 23, 2023
1 parent aa4138b commit 4b22d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/events_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class EventCog(commands.Cog):

def __init__(self, bot: AFLBot):
self.bot: AFLBot = bot
self.bot.version = 'v2.1'
self.bot.version = 'v2.1.1'
self.archive: Archive = Archive.get_instance()
self.logger: BotLogger = BotLogger.get_instance()
self.config: Config = Config.get_config()
Expand Down

0 comments on commit 4b22d0a

Please sign in to comment.