Skip to content

Commit 8e4c90d

Browse files
committed
fix(config): change startTimestamp type from string to any
1 parent 4ac6489 commit 8e4c90d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pluginConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ const DiscordSetActivity = ACEGenerator("DiscordSetActivity", /** @type {const}
11941194
id: 'startTimestamp',
11951195
desc: "The timestamp the activity started (ex: 1742458171).",
11961196
name: "Start Timestamp",
1197-
type: 'string',
1197+
type: 'any',
11981198
},
11991199
{
12001200
id: 'largeImageKey',

0 commit comments

Comments
 (0)