mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(bot): query updated signature parameters of expired discord attachments
This commit is contained in:
parent
caff9c50aa
commit
64c1939d71
4 changed files with 25 additions and 1 deletions
11
Myriad/Types/RefreshedUrl.cs
Normal file
11
Myriad/Types/RefreshedUrl.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace Myriad.Types;
|
||||
|
||||
public record RefreshedUrlsResponse
|
||||
{
|
||||
public record RefreshedUrl
|
||||
{
|
||||
public string Original;
|
||||
public string Refreshed;
|
||||
}
|
||||
public RefreshedUrl[] RefreshedUrls;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue