https://github.com/raidensakura/modmail-plugins
Plugins made by Raiden for Python Discord Modmail bot
https://github.com/raidensakura/modmail-plugins
Last synced: over 1 year ago
JSON representation
Plugins made by Raiden for Python Discord Modmail bot
- Host: GitHub
- URL: https://github.com/raidensakura/modmail-plugins
- Owner: raidensakura
- License: agpl-3.0
- Created: 2023-12-18T16:15:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T16:40:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T12:11:58.513Z (over 1 year ago)
- Language: Python
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

A collection of badly written plugins for Python Discord Modmail bot.
Installation
Make sure to set `REGISTRY_PLUGINS_ONLY` in your environment variables to `False` otherwise installation will fail.
```ini
[p]plugin install raidensakura/modmail-plugins/[plugin_name]@main
[p]plugin load raidensakura/modmail-plugins/[plugin_name]@main
```
List of Plugins
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:
-
OAUTH2_CLIENT_ID- The ID of your bot -
OAUTH2_CLIENT_SECRET- Get this from the general information section of your bot app in the Discord dev portal -
OAUTH2_REDIRECT_URI- This will be equal to the URL of your log viewer app +/callbacke.g.https://logwebsite.com/callback. You will need to add this same URL as a redirect URL in the OAuth2 section in the Discord dev portal.
[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.
Dev Stuff
Formatting
Make sure poetry is installed (I recommend using pipx).
```py
poetry install --no-root --only dev
pre-commit install
```
Credits
-
modmail-dev for Modmail bot and parts of the OAuth codes. -
Jerrie-Aries for the original logviewer plugin.

