Skip to content

code-with-jov/sbig-bot

Repository files navigation

Tier List Discord Bot

Tier List bot

Originally based on https://github.com/vercel/nextjs-discord-bot/tree/main

Features

  • Keeping rules up to date
  • Voice Channel rename for countdown update
  • Vote Command
  • Turnorder Command
  • Show Command
  • List Command

Local Setup

  1. Version Control: Install git and clone this repository.
  2. Node Version Manager (nvm): Allows you to quickly install and use different versions of node via the command line. Recommended by Node Package Manager (npm):
  3. Node Package Manager (npm): Navigate to the root directory of this project and install the necessary packages:
    npm install
    
  4. Development Environment: Download and Install Visual Studio Code and the Phind VSCode Plugin.
  5. Discord Configurations: Follow steps to create an app in discord
    • The Discord token will be DISCORD_BOT_TOKEN in the .env file
    • The Account ID will be the DISCORD_CLIENT_ID in the .env file
    • Enable Developer Mode in discord to see userIDs, etc.
  6. Bot Configurations: Create an SBIGMovies.json, cache.json, and turnOrder.json with just an empty JSON Array like below:
    {[]}
    
  7. OMDB API: Request an OMDB API key, it will be OMDB_ACCESS_TOKEN in the .env

Helpful Links

About

So Bad It's Good (SBIG) Movies Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages