Note
This bot is no longer receiving new features and is now in maintenance mode. Please refrain from opening issues or pull requests. Pull Requests for drama generation additions will not be accepted.
This code is for FreeMediaBotYeah, a Discord bot made specifically for the FMHY Discord server. It provides numerous utilities and other tools to help keep the server running like a well-oiled machine.
Note: This source code is provided as-is for educational and development purposes only. You shouldn't self-host this. Support will not be provided if you choose to do so.
- You will need
rye
to install dependencies and manage a virtualenv. - Install dependencies with
rye sync
. - Fill the config details in
.env
. - Run a production ready mongodb server, then start the bot with
rye run bot
.
- Follow the above
- Setup a development mongodb server. If you have node/bun, you can get upto speed with
[npx|pnpx|bunx] mongoz
, see unjs/mongoz.
- Fork it (https://github.com/fmhy/bot/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Terrence Tingleberry/@terrencetingleberry (Discord) - Creator & Original Programmer
- rhld16 - Wrangler of Code
- taskylizard - De-spaghettifier
- Lix - Morally Culpable
- jsmsj - Bookmarks Cog
- cevoj35548 - Link Checker Code Snippets & Original URL Regex