style: reformat

main
winston 2023-06-09 02:50:49 +02:00
parent 1419c40010
commit a29ad8d4a6
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481
1 changed files with 1 additions and 0 deletions

@ -2,5 +2,6 @@ from redbot.core.bot import Red
from .autothreader import AutoThreader from .autothreader import AutoThreader
async def setup(bot: Red) -> None: async def setup(bot: Red) -> None:
await bot.add_cog(AutoThreader(bot)) await bot.add_cog(AutoThreader(bot))