summaryrefslogtreecommitdiff
path: root/main.py
AgeCommit message (Collapse)Author
2024-01-14use config.json instead of hardcoding and envvarsvin
2024-01-14use hikari instead of discord.pyvin
Running async/awaitable functions inside discord.py's event loop was very difficult. Hikari didn't have this problem.
2024-01-14use mautrix for sending matrix messagesvin
2024-01-14read messages from specified channels and print themvin