add bierbaron cog

This commit is contained in:
2026-02-28 18:52:38 +01:00
parent cb99250e03
commit a37f535c0b
3 changed files with 106 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from .bierbaron import Bierbaron
async def setup(bot):
await bot.add_cog(Bierbaron(bot))