Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Kenshia/DiscordBot-DIA-Project

Repository files navigation

How to set up

Run through terminal

1. Clone the repository
2. copy .env.example to .env
3. fill in the .env file
4. run 'python main.py'

Run through docker

1. Clone the repository
2. run 'docker build -t <repository>:<tag> .' (don't forget the dot)
3. run 'docker run -e DISCORD_TOKEN=<token> -e X_RAPIDAPI_KEY=<rapidapi-key> <respository>:<tag>'
or
3. copy .env.example to .env
4. fill in the .env file
5. run 'docker run --env-file .env <repository>:<tag>'

About

Basic discord bot project for Designing Intelligent Agent course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published