Skip to content

DrinkyBird/jmbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jmbot

Install

  1. Grab dependencies: python3 -m pip install -U discord.py
  2. Create config.py and fill it:
# Your Discord bot token
BOT_TOKEN=""
# Your Jumpmaze sqlite database path
JM_DB_PATH='C:/Users/Sean/Documents/jumpmaze.db'

# List of IDs of bot admins
ADMINS=[
    195246948847058954
]

# ID of channel to send notification to (for WRs etc)
NOTIFY_CHANNEL=563395640357421057

# How often to check for world records (in seconds)
WR_POLL_FREQ = 60

# Location of your JM site
SITE_URL = "https://firestick.games/jumpmaze"
IMAGES_URL = "https://firestick.games/assets/jmmaps/"

COMMAND_PREFIX = '%'

# Enable debugging spam
DEBUG = False
  1. python main.py

Releases

No releases published

Packages

No packages published

Languages