Quotes data and cog skeleton.

This commit is contained in:
2025-08-25 19:33:48 +10:00
parent 9deb51af66
commit 45e6ed4e29
10 changed files with 199 additions and 0 deletions

5
quotes/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
import logging
logger = logging.getLogger(__name__)
from .discord import setup