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