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:
parent
a9957a867f
commit
4989f8e9d1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue