This project is a Discord bot that connects to a game server, retrieves player information, and sends updates to a Discord channel via a webhook. discord-bot ├── src │ ├── bot.py # Main logic for the ...
This project was born from a concrete optimization need. I had initially developed a Discord bot in Python (Linkify) for its development simplicity. Although the code was well-organized and functional ...
Discord is an IRC-like chat platform that all the young cool kids are hanging out on. Originally intended as a way to communicate during online games, Discord has grown to the point that there are ...