Notifications
This module allows moderators to send users formal, nicely formatted warnings via direct message.
What is this for?
Violation in profile: Notify the user about the need to change an unacceptable avatar or nickname.
Behavior warning: Formally warn the user about a rules violation in chat.
Informational messages: Inform the user of important information regarding their actions on the server.
Commands
/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 specified in the embed footer).
How the command works /notify send?
You specify the user and, if necessary, reminder parameters.
The bot opens a modal window in which the template of the message will already be inserted.
You edit the template, specifying the exact details of the violation and the deadline for correction.
After sending, the bot delivers the formatted message to the user via DM.
A copy of the message is also sent to a special notification log channel.
If you set a reminder, the bot will ping you in DMs after the specified time has passed.
Module configuration
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.
Moderators role: Role that grants access to the module's commands (in addition to standard permissions).
Notification template: Here you can edit the text that will be inserted by default into the modal window when using the
/notify sendcommand. This saves moderators time because they don't have to write the text from scratch each time.
Example of the 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 for correction, 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?