1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 09:09:00 +03:00

Fix a CodeFactor newline issue

This commit is contained in:
l1ttleO 2022-10-20 22:51:08 +05:00 committed by GitHub
parent a9957a867f
commit 4989f8e9d1
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,6 @@ public static class Utils {
await channel.SendMessageAsync(text, false, null, null, allowRoles ? AllowRoles : AllowedMentions.None); await channel.SendMessageAsync(text, false, null, null, allowRoles ? AllowRoles : AllowedMentions.None);
} }
public static RequestOptions GetRequestOptions(string reason) { public static RequestOptions GetRequestOptions(string reason) {
var options = RequestOptions.Default; var options = RequestOptions.Default;
options.AuditLogReason = reason; options.AuditLogReason = reason;