Change Discord stuff to only windows

This commit is contained in:
daniel11420
2021-04-06 01:56:20 +00:00
committed by GitHub
parent 572d1ddd01
commit 8af197ab19
9 changed files with 29 additions and 22 deletions

View File

@ -1,3 +1,4 @@
# if windows
package;
import Sys.sleep;
@ -84,4 +85,5 @@ class DiscordClient
//trace('Discord RPC Updated. Arguments: $details, $state, $smallImageKey, $hasStartTimestamp, $endTimestamp');
}
}
}
#end