mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
lint
This commit is contained in:
parent
0517c76abf
commit
fb4aaad19f
5 changed files with 13 additions and 13 deletions
|
|
@ -132,7 +132,7 @@ namespace Myriad.Rest
|
|||
var url = $"/webhooks/{webhookId}/{webhookToken}/messages/{messageId}";
|
||||
if (threadId != null)
|
||||
url += $"?thread_id={threadId}";
|
||||
|
||||
|
||||
return _client.Patch<Message>(url, ("EditWebhookMessage", webhookId), request)!;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue