A collection of badly written plugins for Python Discord Modmail bot.
Make sure to set REGISTRY_PLUGINS_ONLY
in your environment variables to False
otherwise installation will fail.
[p]plugin install raidensakura/modmail-plugins/[plugin_name]@main
[p]plugin load raidensakura/modmail-plugins/[plugin_name]@main
Name | Description |
Logviewer | A modification of Jerrie-Aries' logviewer plugin with OAuth support and a log list page. To enable OAuth, make sure these variables exist in your environment:
[p]oauth whitelist @user/role
|
Say | A port of El Laggron's say cog for Red Discord bot with some incompatible features removed. |
Video Preview | Bounty plugin made for neya. It simply sends a link of a video attachment inside the thread channel so it can be played within the client. |
Make sure poetry is installed (I recommend using pipx).
poetry install --no-root --only dev
pre-commit install
- modmail-dev for Modmail bot and parts of the OAuth codes.
- Jerrie-Aries for the original logviewer plugin.