feat: add fun module

This commit is contained in:
2025-01-09 16:53:28 -05:00
parent 23c29e1fa0
commit c80b926b35
3 changed files with 11 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ import threading
import time
from logging import info
import fun
import commands
import core
import tasks
@@ -26,6 +28,7 @@ async def on_bulk_message_delete(messages):
async def on_message(message):
await core.on_message(message)
await fun.on_message(message)
async def on_message_delete(message):