mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +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",
|
||||
"homepage": "https://github.com/oasisjs/biscuit",
|
||||
"version": "0.2.0",
|
||||
"releaseType": "minor",
|
||||
"releaseType": "patch",
|
||||
"unstable": false,
|
||||
"unlisted": false,
|
||||
"files": [
|
||||
|
@ -26,7 +26,7 @@ export interface Activities {
|
||||
start?: number;
|
||||
end?: number;
|
||||
};
|
||||
applicationId: Snowflake;
|
||||
applicationId?: Snowflake;
|
||||
details?: string;
|
||||
state?: string;
|
||||
emoji?: ComponentEmoji;
|
||||
|
Loading…
x
Reference in New Issue
Block a user