Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 980 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 980 Bytes

Discord-bot

This is a simple discord bot build using Discord.js.
The bot has been tweaked for usage on the Ideefix Discord server.

Run this bot by yourself

To run this bot, you will need to follow this guide.

Note: The guide recommends you to put your discord token inside config.json.
      This however could result in pushing your private token to Github. 
      Our bot therefore prefers variables from your local .env file.
      If you do not have the .env file, you can simply create it in the root folder.
      (This is the same directory as this README.md file.)
      Our .gitignore prevents pushing your local .env file which makes
      this a far more secure place to store your private tokens.
      Inside the file you should put the following:

        DISCORD_TOKEN=70k3n

      Replace 70k3n with your own token and you should be good to go.