forked from TeamInklings/Octobot
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);
|
||||
}
|
||||
|
||||
|
||||
public static RequestOptions GetRequestOptions(string reason) {
|
||||
var options = RequestOptions.Default;
|
||||
options.AuditLogReason = reason;
|
||||
|
|
Reference in a new issue