Fix the format breaking the match print again

This commit is contained in:
Marc Di Luzio 2024-08-13 23:00:43 +01:00
parent d3cdec3965
commit d856b74d1c
2 changed files with 6 additions and 6 deletions

View file

@ -27,8 +27,6 @@ bot = commands.Bot(command_prefix='$',
async def setup_hook():
await bot.add_cog(MatchyCog(bot, State))
await bot.add_cog(OwnerCog(bot))
# TODO: This line feels like it should be in the cog?
bot.add_dynamic_items(match_button.DynamicGroupButton)
@bot.event