Skip to content

emilynassi/pickem-command

Repository files navigation

Pickem Command Bot

This repository contains a Discord bot that supports voting on predictions using commands. The bot is containerized via Docker and is structured for easy addition of new commands.

Table of Contents

Installation

  1. Clone the Repository:
    git clone https://github.com/yourusername/pickem-command.git
    cd pickem-command
  2. Install Dependencies:
     npm install

Running with Docker

  1. Build the Docker Image:
    docker build -t pickem-command .
  2. Run the Docker Container:
     docker run -d --name pickem-command -e DISCORD_TOKEN=your_token_here pickem-command
    Replace your_token_here with your actual Discord bot token.
  3. Access the Bot: The bot will be running and can be invited to your Discord server.

Available Commands

The bot currently supports the following commands:

  • /vote: Vote on a TOI (Time On Ice) prediction. This command uses interactive embeds and buttons for recording Over and Under votes.
  • /checkwinner: Compares the prompt TOI to the actual final TOI (using game data) and announces winners for the Over/Under prediction in an embed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors