Skip to content

pixelate-it/pixelbattle-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelBattle Discord Bot

Usage

  1. You can view live version of this bot on our Discord server

or you can run it locally:

  1. Install dependencies with npm i
  2. Fill out settings.json using the form below
  3. Save the changes, and start bot with npm run prod command

settings.json form

{
    "database": "",
    "token": "",
    "insideToken": "",
    "api_domain": "",
    "owner": [],
    "prefix": "p!"
}

where:
database - mongodb url connection string
token - Discord bot token, get here (DDevs)
insideToken - token used for communication between the bot and the API
api_domain - API domain with protocol
owner - array with discord account IDs, used for special commands
prefix - prefix used by the bot

About

Discord bot of the Pixel Battle project

Resources

License

Stars

Watchers

Forks