mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-01 11:13:06 +00:00
add the fucntioln
This commit is contained in:
parent
76ebfef571
commit
c07533c0c3
|
@ -28,6 +28,11 @@ class DiscordClient
|
||||||
DiscordRpc.shutdown();
|
DiscordRpc.shutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function shutdown()
|
||||||
|
{
|
||||||
|
DiscordRpc.shutdown();
|
||||||
|
}
|
||||||
|
|
||||||
static function onReady()
|
static function onReady()
|
||||||
{
|
{
|
||||||
DiscordRpc.presence({
|
DiscordRpc.presence({
|
||||||
|
|
Loading…
Reference in a new issue