Fluff
Fluff is a fork of Sangou, which is a fork of robocop-ng.
This fork was created by Marr and @dfault-user for the original Undertale Discord server to work with Atora's bots, Tol and Smol.
This bot takes on the persona of a bunny and is based off one of Marr's real bunnies with the same name and appearance (less botty, though.)
Fluff is currently not available for public use, but self-hosting instructions are available below. However, be mindful there are some things that hard-code to the Undertale Discord server. All command documentation currently heeds to Sangou's original documentation.
- Download the bot from this repository. Stick to the release versions unless you have encountered a bug.
- Install pipenv.
- Use
pipenv install
in the root folder, wherePipfile
is. - Copy
config.example.py
toconfig.py
, and fill it out with your bot information. - Enter
pipenv shell
,cd fluff
, thenpython __init__.py
. - Congratulations.
Also, neither of us know anything about Python and this bot is the equivelant of the infinite monkey theorem, so you might not want to ask us for help regardless.