Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

A Discord Bot that warns you when a new Clash Of Code will starts

License

lightdiscord/DiscordBot-ClashOfCode

Repository files navigation

DiscordBot-ClashOfCode

A Discord Bot that warns you when a new Clash Of Code will starts

Installation

First, you'll need to create an .env file :

# Create environment file
$ cp .env.example .env

Now, for your bot you need to provide a Discord Token. (Can be created in My Apps).

Click on "New App" then on "Create App" and finally on "Create a Bot User".

Replace default value of TOKEN in .env with your token.

Then add your bot on your server with link below (replace CLIENT_ID by the Bot Client ID (can be found on your app)).

https://discordapp.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot&permissions=268463168

Launch with docker

# Use docker-compose
$ docker-compose up

Launch without docker

If you wanna start DiscordBot-ClashOfCode without docker, you'll need to

  • Install dependencies with npm install -D
  • Parse .env and send variables into npm start

About

A Discord Bot that warns you when a new Clash Of Code will starts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published