Quotes data and cog skeleton.
This commit is contained in:
5
quotes/__init__.py
Normal file
5
quotes/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from .discord import setup
|
||||
Reference in New Issue
Block a user