File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function onDiscordPresenceUpdate(e) {
88 var data = e .presence ;
99
1010 if (data .button1Label == null )
11- data .button1Label = " meow " ; // " Codename Engine Discord"
11+ data .button1Label = " Codename Engine Discord" ;
1212 if (data .button1Url == null )
1313 data .button1Url = " https://discord.gg/2NTCdsQvx4" ;
1414}
@@ -33,8 +33,8 @@ function onEditorTreeLoaded(name:String) {
3333 DiscordUtil .changePresenceSince (" Choosing a Character" , null );
3434 case " Chart Editor" :
3535 DiscordUtil .changePresenceSince (" Choosing a Chart" , null );
36- // case "Stage Editor": // secret for now
37- // DiscordUtil.changePresenceSince("Choosing a Stage", null);
36+ case " Stage Editor" : // secret for now
37+ DiscordUtil .changePresenceSince (" Choosing a Stage" , null );
3838 }
3939}
4040
@@ -44,7 +44,7 @@ function onEditorLoaded(name:String, editingThing:String) {
4444 DiscordUtil .changePresenceSince (" Editing a Character" , editingThing );
4545 case " Chart Editor" :
4646 DiscordUtil .changePresenceSince (" Editing a Chart" , editingThing );
47- // case "Stage Editor":
48- // DiscordUtil.changePresenceSince("Editing a Stage", editingThing);
47+ case " Stage Editor" :
48+ DiscordUtil .changePresenceSince (" Editing a Stage" , editingThing );
4949 }
50- }
50+ }
You can’t perform that action at this time.
0 commit comments