Beispiel #1
0
 public async Task ThresholdWarning(bool enabled)
 {
     await Score.SetHasDisabledThresholdWarning(Context.Client, Context.User.Id, !enabled);
 }
Beispiel #2
0
        public async Task ThresholdWarning(bool enabled)
        {
            await Score.SetHasDisabledThresholdWarning(Context.Client, Context.User.Id, !enabled);

            await ReplyAsync($"Set threshold warnings to {enabled}. Threshold warnings warn you when your inertia drops below 10%.");
        }