Skip to content

etkot/etkot-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etkot Discord Bot

Discord bot for Etkot

Installation

You will need node.js

git clone https://github.com/etkot/etkot-discord-bot
cd etkot-discord-bot
npm install

Usage

Before starting you will need to create a file called .env with the following fields

# Discord
DC_TOKEN=[Your Discord bot token]

# MongoDB
DB_NAME=[Name of your MongoDB database]

# Minecraft Server
MC_ADDR=[Minecraft server address]
MC_PORT=[Minecraft server port]

Now you can start the bot

npm start