FireStreaker2 / FemboyFinderBot-Old

OLD: Python Discord bot for FemboyFinder.

Home Page:https://femboyfinder.firestreaker2.gq/invite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FemboyFinderBot

History

This is the repository for the old version of FemboyFinderBot. It will still be maintained, but new updates will be primarily for the newer version.

About

FemboyFinderBot-Old is a Discord bot written in Python. It utilizes the FemboyFinder API to bring FemboyFinder to Discord!

Usage

FemboyFinderBot can be invited to servers here

The default prefix is ., which can be changed if you are selfhosting the bot.

Commands

Command Description
.find [query] Find a femboy!
.about Sends an about message.
.stats Sends the bot's stats.
.help Sends a help message.

Please note that if you are using the .find command, the channel you are currently in must be either marked as NSFW or be a DM channel before you can run the command.

Selfhosting

If you would like to selfhost this, you may.

$ git clone https://github.com/FireStreaker2/FemboyFinderBot.git
$ cd FemboyFinderBot
$ pip install -r requirements.txt
$ cp .env.example .env
# put bot token into .env file 
$ python main.py

Configuration

If you are selfhosting this bot, you can easily configure it to your needs. The configuration options below can be found in main.py, lines 11-14.

config = {
    "Prefix": ".", # bot prefix
    "Status": "Femboys", # what the bot is "watching" 
}

Also be sure to enable the Message Content Intent in your developer panel so the bot will work.

Support

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

License

MIT

About

OLD: Python Discord bot for FemboyFinder.

https://femboyfinder.firestreaker2.gq/invite

License:MIT License


Languages

Language:Python 100.0%