Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Server: Warning System

ComputerMaster1st edited this page Oct 18, 2018 · 1 revision

User Warning System

User warnings allow you to warn a user before being auto-banned from the server. The implementation of the warning system is very basic and will change in the future. The user is required to have both Manage Guild & Ban Members permissions. Railgun only requires the Ban Members permission.


rgwarn <@mention> [reason]

Issue a warning to the specified user. The reason is optional.


rgwarn mylist

List of warnings you have. This is the only command that does not require any permissions.


rgwarn list

List of all warnings currently issued to users.


rgwarn limit [number]

By default, the auto-ban will trigger when a user receives up-to 5 warnings. By default, the number parameter is 5. You can specify a number to change when the auto-ban triggers at.


rgwarn clear <@mention>

Removes all warnings from the specified user.


rgwarn empty

Removes all warnings from all users.


rgwarn reset

Resets & disabled the user warning module. All data will be lost for this module.