Skip to content

Commit

Permalink
bump versione a 2.4
Browse files Browse the repository at this point in the history
Signed-off-by: cathartyc <[email protected]>
  • Loading branch information
cathartyc committed Nov 20, 2023
1 parent 1e8e1d3 commit 663df2c
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 @@ -53,7 +53,7 @@ class EventCog(commands.Cog):

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

0 comments on commit 663df2c

Please sign in to comment.