/customs-discord-bot

My first Discord bot built with Discord.js

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

Customs Discord Bot Repo size CodeFactor License

A Discord bot created with Discord.js to help randomly create and manage teams to play custom matches in online games.

Invite the bot to your server

https://discord.com/api/oauth2/authorize?client_id=768137231344468012&permissions=1497332444241&scope=bot

Run the bot using docker

Install Docker and then run a container replacing [Your token] with your actual bot token and [Your bot ID] with your bot's ID:

docker run -d --name CustomsDiscordBot -e TOKEN=[Your token] -e CLIENTID=[Your bot ID] thepantoster/customsdiscordbot

Run the bot manually

Requirements

Setup

Create .env file inside the repository replacing [Your token] with your actual bot token and [Your bot ID] with your bot's ID that you can get by right clicking it in discord with dev mode on:

TOKEN = "[Your token]"
CLIENTID = "[Your bot ID]"

Launch

Run node . inside root directory