fix: fix type on activity status

This commit is contained in:
Yuzu 2022-07-18 13:03:07 -05:00
parent acfdb97ada
commit 38b2a0e003
2 changed files with 2 additions and 2 deletions

View File

@ -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": [

View File

@ -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;