mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
fix: fix type on activity status
This commit is contained in:
parent
acfdb97ada
commit
38b2a0e003
2
egg.json
2
egg.json
@ -5,7 +5,7 @@
|
|||||||
"description": "A brand new bleeding edge non bloated Discord library",
|
"description": "A brand new bleeding edge non bloated Discord library",
|
||||||
"homepage": "https://github.com/oasisjs/biscuit",
|
"homepage": "https://github.com/oasisjs/biscuit",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"releaseType": "minor",
|
"releaseType": "patch",
|
||||||
"unstable": false,
|
"unstable": false,
|
||||||
"unlisted": false,
|
"unlisted": false,
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -26,7 +26,7 @@ export interface Activities {
|
|||||||
start?: number;
|
start?: number;
|
||||||
end?: number;
|
end?: number;
|
||||||
};
|
};
|
||||||
applicationId: Snowflake;
|
applicationId?: Snowflake;
|
||||||
details?: string;
|
details?: string;
|
||||||
state?: string;
|
state?: string;
|
||||||
emoji?: ComponentEmoji;
|
emoji?: ComponentEmoji;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user