Initial import: Discodrome codebase (ignore docker-compose.yml and data.env)
This commit is contained in:
9
extensions/owner.py
Normal file
9
extensions/owner.py
Normal 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
|
||||
Reference in New Issue
Block a user