aboutsummaryrefslogtreecommitdiff
path: root/src/globals.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.d.ts')
-rw-r--r--src/globals.d.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts
index 6c5b437..7c494e2 100644
--- a/src/globals.d.ts
+++ b/src/globals.d.ts
@@ -51,8 +51,7 @@ declare global {
* Only available when running in Electron, undefined on web.
* Thus, avoid using this or only use it inside an {@link IS_WEB} guard.
*
- * If you really must use it, mark your plugin as Desktop App only via
- * `target: "DESKTOP"`
+ * If you really must use it, mark your plugin as Desktop App only by naming it Foo.desktop.ts(x)
*/
export var DiscordNative: any;