Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 529 Bytes

File metadata and controls

23 lines (17 loc) · 529 Bytes

Jailbreaks.app Bot

A simple bot written with Python using Pycord that provides information about https://jailbreaks.app/. Older brother of SignedBot.

Setup

Requirements

  • Python
  • Discord bot account (see here)

Instructions

  • Run pip install -r ./requirements.txt
  • Create a .env file resembling the following:
BOT_TOKEN = (bot token from earlier)
  • Run python ./main.py