Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidetacchini committed Sep 8, 2023
2 parents 7643e1c + 1baad4b commit c7b982f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

log = logging.getLogger("overbot")

__version__ = "6.0.0"
__version__ = "6.0.1"


class OverBot(commands.AutoShardedBot):
Expand Down
2 changes: 1 addition & 1 deletion cogs/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ async def stats(
else:
message = f"Select a profile to view **{hero}** stats for:"
profile = await self.select_profile(interaction, message, member)
await self.bot.get_cog("Stats").show_stats_for(interaction, hero, profilo=profile)
await self.bot.get_cog("Stats").show_stats_for(interaction, hero, profile=profile)

def cog_unload(self):
self.bot.tree.remove_command(list_profiles.name, type=list_profiles.type)
Expand Down

0 comments on commit c7b982f

Please sign in to comment.