mirror of
https://github.com/MrUnknownDE/redbot-assets.git
synced 2026-04-27 02:23:44 +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))
|