Skip to content

psforever/HartShuttleBot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HartShuttleBot

A Discord bot for PSForever.

Run

  1. npm install to install dependencies
  2. Create an application if you haven't already
  3. Set the config via env variables (or put them in .env)
  4. npm start

Add it to your server

Open this URL (fill in your_client_id):

https://discordapp.com/oauth2/authorize?client_id=your_client_id&scope=bot

Configuration

  • DISCORD_TOKEN: Discord access token (required)
  • S3_ACCESS_KEY_ID: S3 access key ID (required)
  • S3_ACCESS_KEY: S3 access key (required)
  • S3_BUCKET_NAME: S3 bucket name (required)
  • S3_ENDPOINT: S3 endpoint (required)
  • SENTRY_DSN: Sentry DSN (optional)
  • API_URL: API URL (default https://play.psforever.net)

About

A Discord bot to allow users to organize and be notified of impromptu play sessions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published