mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-29 18:49:53 +03:00
Make sure every member has the starter role when ticking guilds
Closes #20 Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
c1e3abce57
commit
9d5bafbbf5
5 changed files with 102 additions and 57 deletions
|
@ -34,7 +34,7 @@ public sealed class SettingsCommand : ICommand {
|
|||
}
|
||||
|
||||
currentSettings.Append($"{Utils.GetMessage($"Settings{setting.Key}")} (`{setting.Key}`): ")
|
||||
.AppendFormat(format, currentValue).AppendLine();
|
||||
.AppendFormat(format, currentValue).AppendLine();
|
||||
}
|
||||
|
||||
cmd.Reply(currentSettings.ToString(), ReplyEmojis.SettingsList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue