forked from TeamInklings/Octobot
Rename users who attempt to hoist themselves (#53)
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com> Signed-off-by: mctaylors <95250141+mctaylors@users.noreply.github.com> Co-authored-by: nrdk <neroduck@vk.com> Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
fbe772406d
commit
7b722a45cb
6 changed files with 61 additions and 5 deletions
|
@ -40,6 +40,11 @@ public static class GuildSettings {
|
|||
|
||||
public static readonly BoolOption AutoStartEvents = new("AutoStartEvents", false);
|
||||
|
||||
/// <summary>
|
||||
/// Controls whether or not users who try to hoist themselves should be renamed.
|
||||
/// </summary>
|
||||
public static readonly BoolOption RenameHoistedUsers = new("RenameHoistedUsers", false);
|
||||
|
||||
/// <summary>
|
||||
/// Controls what channel should all public messages be sent to.
|
||||
/// </summary>
|
||||
|
|
Reference in a new issue