Initial import: Discodrome codebase (ignore docker-compose.yml and data.env)

This commit is contained in:
joelilas
2026-01-26 00:29:08 +01:00
commit 9f4437c247
15 changed files with 2731 additions and 0 deletions

9
extensions/owner.py Normal file
View File

@@ -0,0 +1,9 @@
'''An extention containing functionality exclusive to the bot owner'''
import logging
logger = logging.getLogger(__name__)
async def setup(bot):
'''Empty setup function for the owner.py cog'''
pass