mirror of
https://github.com/MrUnknownDE/redbot-assets.git
synced 2026-05-03 13:06:05 +02:00
add bierbaron cog
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from .bierbaron import Bierbaron
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(Bierbaron(bot))
|
||||
Reference in New Issue
Block a user