Skip to content

Commit

Permalink
fix upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Oct 24, 2024
1 parent 9cccdd7 commit 7096418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cogs/sysmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,6 @@ def update_toml(old, new):
self.logger.warning(cog+' could not be reloaded.')
embed.set_footer(text=f':warning: {selector.get("reload_warning")}')
self.logger.info('Updating localization')
self.bot.langmgr = langmgr.LanguageManager(self.bot)
self.bot.langmgr.load()
await self.bot.discover_application_commands()
await self.bot.register_new_application_commands()
Expand Down

0 comments on commit 7096418

Please sign in to comment.