A discord bot geared toward memes and other fun stuff
- See features
Firstly clone this repository
Recommend to run and develop using docker and docker-compose
Alternatively you can use nvm to install things locally
- Create an
.env
file inservices/discord/
- The content of the file should be
DISCORD_TOKEN=xxx
- Where
DISCORD_TOKEN
is your token in the discord api found here
- The content of the file should be
- Build and run the stack
$ docker-compose up --build
- To get into dev mode, create a file named
env.dev
and enter your discord token as above. - Then run
docker-compose -f docker-compose.dev.yml up --build
Assuming you have make installed:
$ make build
$ make test
Otherwise run the commands found in the makefile: services/discord/Makefile
The coding style is enforced by ESLint
This repo uses the official typescript eslint plugin
docker buildx build --platform linux/arm/v7 -t ccheung22/twitch-bot_discord --push .
- discord.js - The Discord API used
Just send in a MR
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Colin Cheung - Profile
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details