Lumi/plugins/welcome_messages
2026-05-30 22:07:04 +02:00
..
views Add welcome messages plugin and update controls 2026-05-30 22:07:04 +02:00
index.js Add welcome messages plugin and update controls 2026-05-30 22:07:04 +02:00
plugin.json Add welcome messages plugin and update controls 2026-05-30 22:07:04 +02:00
README.md Add welcome messages plugin and update controls 2026-05-30 22:07:04 +02:00

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.