message-penNotifications

This module allows moderators to send users formal, nicely formatted warnings in direct messages.

What is this for?

  • Profile violation: Notify the user about the need to change an unacceptable avatar or nickname.

  • Behavior warning: Formally warn the user about a rules violation in the chat.

  • Informational messages: Inform the user of important information regarding their actions on the server.

Commands

Command
Description

/notify send <user> [reminder] [time]

Send a personal notification to the user.

/notify delete <id>

Delete a sent notification by its unique ID (the ID is indicated in the footer of the embed).

How the command works /notify send?

  1. You specify the user and, if necessary, reminder parameters.

  2. The bot opens a modal window in which the template of the message will already be inserted.

  3. You edit the template, specifying the concrete details of the violation and the time to fix it.

  4. After sending, the bot sends a formatted message to the user's DMs.

  5. A copy of the message is also sent to a special notifications log channel.

  6. If you set a reminder, the bot will ping you in DMs after the specified time has elapsed.

Module setup

To configure the module use the command /settings notifications.

The following options are available:

  • Channel for notifications: The channel where all sent notifications will be duplicated. A message will also be sent there if the user's DMs are closed.

  • Support channel: If this channel is specified, a "Ask a question" button leading to that channel will appear in the notification.

  • Moderator role: The role that grants access to the module commands (in addition to the standard permissions).

  • Notification template: Here you can edit the text that will be inserted by default into the modal window when using the command /notify send. This saves moderators time because they do not need to write the text from scratch each time.

Example of a default template

Hello, dear user. A violation has been detected in your profile.

You are required to change/indicate what to change here, as it violates the following rules: indicate here a quote of the rule from the community rules

You have indicate time to fix, otherwise you will be punished. If you believe the warning was issued in error, please create a ticket to appeal.

Last updated

Was this helpful?