Skip to content

crymp-net/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot

This repository contains source code of original CryMP Discord Bot.

Running

# install dependencies
npm install

# set DISCORD_TOKEN env variable
export DISCORD_TOKEN=xxx

# run the app
node index.js

App can also run as part of an existing Express server, in that case, provide Express server instance as the first argument when creating a Bot instance.

About

Discord bot source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published