discord-mods-bot
discord-mods-bot copied to clipboard
discord moderation bot
We can make a better experience using embeds instead of a code block. For example, we can put the note about editing your messages in the footer.
for example, play.rust-lang.org is down for me as i write this, but when i call the `?eval` or `?play` commands, there's no user visible feedback that the bot tried to...
`play.rust-lang.org` supports running code through clippy. Add this support to the bot so users can run code from discord through clippy.
If a command encounters a non-fatal error, it should send the error as a response. Note, an invalid command should not be treated as an error.
Updates the ban command to inform a user when they have used a non-numeric value for `hours`.
Add rss parsing support in the bot such that we can parse various feeds like the blog, inside rust, and TWiR and display them in a channel. Relevant crates: https://crates.io/crates/rss...
Various parts of the bot will get a bit "noisy" to not have some feature to limit the amount of information displayed. I suggest we have a utility to manage...
Right now, the bot is a mix of various "bars" of thoroughness and mediums, in configuration and organization. We should standardize how the bot should be structured as a collection...