francescomosca / innova-discord-bot

A Discord Bot made with discord.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Innova Discord Bot

Installation

Requires:

  1. Download the repo: git clone https://github.com/francescomosca/innova-discord-bot.git
  2. Go to the project folder: cd innova-discord-bot
  3. Install the project packages via the following command: npm i

Configuration

  1. Go to the folder config and rename settings.example.jsonc to settings.jsonc
  2. Set token: Go to your application page and get your token by following this video.
  3. Set youtubeKey: Get your key here

Usage

Launch the bot:

npm run start

Launch the bot in development mode and live reload:

npm run serve

Todo

See: Milestones

  • Localization (70%)
  • Command modules (probably merging with categories)
  • Testing

Credits

Creator: Francesco Mosca - francesco.mosca@outlook.com

A special thanks to DESPLATS Philippe for making his DiscordJS TypeScript Starter.

Works with:

  • Discord.JS - A powerful JavaScript library for interacting with the Discord API
  • TypeScript - A superset of JavaScript that compiles to clean JavaScript output.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A Discord Bot made with discord.js

License:MIT License


Languages

Language:TypeScript 100.0%