616 B
616 B
Discord Dropdown POC
A POC of a Discord bot using the dropdown capability
How to install
- Clone the repo
- Clone the config.exemple.toml and rename it config.toml
- Launch the docker container with
make startordocker-compose up - Go into the docker container with
make shellordocker-compose exec discord-bot bash - Install the dependencies:
yarn - Compile typescript and run the bot with
yarn dev
Contributions/License
This project has an AGPLv3 license. This project use the Sheweny framework with discord.js underlying and BinaryMuse/toml-node for configuration parsing.