Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIREX BOT

Description

This is local-based discord bot for moderation. It has some commands for moderation and some commands for fun. It is still in development and will be updated soon.

How to set up

  1. Download the code

  2. Install the requirements with pip install -r requirements.txt

  3. Create config.json file, that looks something like this:

{
    "token": "your token"
	"client_id": "your twitch client id",
    "client_secret": "your twitch client secret"
}

also go to Discord Developer Portal and create a bot, then copy the token and paste it in config.json file.

  1. Change all the values in main.py to your own

  2. Create a bat file and write something like this:

@echo off
"Path where your Python.exe is stored\python.exe" "Path where bot is stored\main.py"
pause
  1. Run the bat file
  2. Enjoy!

Goals

  • Add moderation commands
  • Connect bot to database
  • Connect bot to web
  • Add fun commands
  • Add Twitch notification support

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages