This Discord bot is built using TypeScript and provides various commands to enhance your server experience. The bot includes commands such as /apod to fetch the Astronomy Picture of the Day, /wordle for a Wordle game, and /chess to fetch a chess puzzle from Lichess.
- /apod - It gets the picture of the day from nasa's website
- /chess - It gets the daily puzzle from lichess
- /wordle - You can play a game of wordle with this command
Before running the bot, ensure you have the following installed:
1: Clone the repository
git clone https://github.com/me505/MultiPurposeDiscordBot.git2: Change working directory
cd MultiPurposeDiscordBot3: Build docker image
sudo docker build -t my-discord-bot .4: Run the image
sudo docker run -it my-discord-bot:latest yarn startMake sure to put all necesarry tokens in .env or else the bot will not work
For support, Please create a issue here
This project is licensed under the GNU Affero General Public License.