Skip to content

fuzzew/FuzzBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuzzBot

Simple Discord bot with miscellaneous functions

Features

Ping Pong:

  • Returns pongi when the message pingi is sent in a channel.

Forward and Reverse Reaction Roles:

  • Allows a role to be added, and another removed when a specified reaction is made to a designated message.
  • Performs the opposite operation when the reaction is removed.

Cloning and Execution

  • Clone the repository: git clone https://github.com/Fuzzphorescent/FuzzBot.git
  • cd FuzzBot
  • Create a virtual environment: virtualenv -p python3 venv
  • Activate the virtual environment: source venv/bin/activate
  • cp src/config.py.example src/config.py
  • Modify config.py with your bot token, desired message ID, etc.
  • Install the dependencies: pip install -r requirements.txt
  • Run the bot: python src/FuzzBot.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages