Skip to content

Simple discord bot for the game Foxhole to find facilities

License

Notifications You must be signed in to change notification settings

thecuz1/FacilityLocator

Repository files navigation

Facility Locator Discord Bot

Basic discord for the game Foxhole, built in python, that keeps track of facilities on a per guild basis. Includes basic logging and allows you to search for specific services scoped to specific regions.

Running

  1. Install python 3.10+

  2. Setup venv

Run python -m venv .venv in the location where the bot is Activate the venv with: PowerShell: .venv/Scripts/Activate.ps1 Command Prompt: .venv/Scripts/Activate.bat Bash: source .venv/bin/activate

  1. Install dependencies

Run pip install -U -r requirements.txt

  1. Configureation

Create a .env file with the following contents:

BOT_TOKEN='' # bot token
BOT_PREFIX='' # prefix for commands, defaults to '.'
  1. Make sure all intents are enabled in the dev portal

  2. Run startup.py & Sync Commands

Majority of the commands are app commands which needs to be synced with discord running the command {BOT_PREFIX}jsk sync will sync these commands

About

Simple discord bot for the game Foxhole to find facilities

Topics

Resources

License

Stars

Watchers

Forks

Languages