- Git
- Node.js (Windows | macOS/Linux)
- windows-build-tools:
npm i -g windows-build-tools
- Download the repo:
git clone https://github.com/francescomosca/innova-discord-bot.git
- Go to the project folder:
cd innova-discord-bot
- Install the project packages via the following command:
npm i
- Go to the folder
config
and renamesettings.example.jsonc
tosettings.jsonc
- Set
token
: Go to your application page and get your token by following this video. - Set
youtubeKey
: Get your key here
Launch the bot:
npm run start
Launch the bot in development mode and live reload:
npm run serve
See: Milestones
- Localization (70%)
- Command modules (probably merging with categories)
- Testing
Creator: Francesco Mosca - [email protected]
A special thanks to DESPLATS Philippe for making his DiscordJS TypeScript Starter.
- Discord.JS - A powerful JavaScript library for interacting with the Discord API
- TypeScript - A superset of JavaScript that compiles to clean JavaScript output.
This project is licensed under the MIT License - see the LICENSE.md file for details.