you have it: discord bot
| uncanny | ||
| .gitignore | ||
| LICENSE | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Mr. Incredible Bot
the uncanny bot.
i have no idea what to write about here uhhhh i mean, you can roll a dice with /roll, the bot will give you the "uncanniness rating", which is just rolled randomly.
bot invite: link
discord w/ emotes: link
no idea if i will ever update this bot with features, time will tell.
how to host an instance for yourself
first, install python-poetry (google it), then clone this repo and do poetry install to get the deps.
create the file uncanny/token.py, in it write the following:
TOKEN = "your discord bot token"
insert your token where required, then launch the bot with python -m uncanny. should go well.