Lumi/plugins/welcome_messages/README.md
2026-05-30 22:07:04 +02:00

23 lines
831 B
Markdown

# Welcome Messages
Standalone Lumi plugin for randomized Discord welcome and welcome-back messages.
## Install
Upload `lumi-plugin-welcome_messages-v0.1.0.zip` through **Admin -> Plugins** or
**Admin -> Updates**. The zip root must contain `plugin.json` and `index.js`.
## Discord intent requirement
This plugin listens for `guildMemberAdd`. Lumi's Discord client must start with
the Discord Server Members intent (`GuildMembers` / `GUILD_MEMBERS`), and the
Server Members Intent must be enabled in the Discord Developer Portal. If that
intent is missing, the plugin loads and the WebUI shows diagnostics, but join
events will not fire.
## Placeholders
Templates may use only `{username}`, `{displayname}`, `{pronoun}`, and
`{guildmembers}`. User-controlled names are sanitized and messages are sent with
mentions disabled.