Fix the format breaking the match print again
This commit is contained in:
parent
d3cdec3965
commit
d856b74d1c
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue