public async Task ThresholdWarning(bool enabled) { await Score.SetHasDisabledThresholdWarning(Context.Client, Context.User.Id, !enabled); }
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%."); }