Skip to content

FireStreaker2/FemboyFinderBot

Repository files navigation

FemboyFinderBot

About

A simple image bot that uses the FemboyFinder API to bring images to discord! Supports both guild install AND user install.

Usage

Setup

Setting up FemboyFinderBot is very simple, only python and git is required.

$ git clone https://github.com/FireStreaker2/FemboyFinderBot.git
$ cd FemboyFinderBot
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ cp .env.example .env
$ python main.py

Configuration

When running the bot, there are a few environment variables that can be added in order to customize it.

  • TOKEN: The bot token
  • STATUS: What the bot is "watching"
  • FEMBOY_COUNT: Manually set the amount of femboys found so far
  • MONTHLY_RESET: Whether to reset the count every month
  • API: API endpoint for FemboyFinder

Commands

Command Description
/find Find an image with the specified tags
/about Send the about message
/stats Send the bot statistics
/help Send the help message

Support

For support regarding FemboyFinderBot, you can join our Discord server: Support Server

License

MIT

Releases

No releases published

Packages

No packages published

Languages