|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
| config.exemple.toml | ||
| docker-compose.yaml | ||
| package.json | ||
| tsconfig.json | ||
| yarn.lock | ||
README.md
Discord Dropdown POC
A POC of a Discord bot using the dropdown capability
How to install
- Clone the repo
- Copy the
config.exemple.tomland rename itconfig.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.