feat: Add simple koans module.

This commit is contained in:
2025-07-24 04:49:48 +10:00
parent 9c0ae404c8
commit e3bdebe221
5 changed files with 140 additions and 17 deletions

View File

@@ -7,6 +7,8 @@ from meta import CrocBot, conf, setup_main_logger, args
from data import Database
from constants import DATA_VERSION
from modules import setup
logger = logging.getLogger(__name__)
@@ -30,10 +32,9 @@ async def main():
config=conf,
dbconn=db,
adapter=adapter,
setup=setup,
)
# await bot.load_module('modules')
try:
await bot.start()
finally: