opencode-discord-presence 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config.d.ts +1 -1
- package/dist/config.js +1 -1
- package/package.json +1 -1
package/dist/config.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { PresenceConfig } from "./types/index.js";
|
|
2
|
-
export declare const DEFAULT_CLIENT_ID = "
|
|
2
|
+
export declare const DEFAULT_CLIENT_ID = "1466770544748662819";
|
|
3
3
|
export declare function getConfig(): PresenceConfig;
|
|
4
4
|
//# sourceMappingURL=config.d.ts.map
|
package/dist/config.js
CHANGED
package/package.json
CHANGED