mirror of
https://github.com/MrUnknownDE/redbot-assets.git
synced 2026-04-06 00:31:57 +02:00
5 lines
94 B
Python
5 lines
94 B
Python
from .bierbaron import Bierbaron
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Bierbaron(bot))
|