@@ -72,10 +72,11 @@ public final class VcActivityCommand extends SlashCommandAdapter {
7272 * invite targets" PR on JDA</a>. There is no official list from Discord themselves, so this is
7373 * our best bet.
7474 */
75- private static final Map <String , String > VC_APPLICATION_TO_ID = Map .of (POKER_NAME , "755827207812677713" , BETRAYAL_IO_NAME ,
76- "773336526917861400" , FISHINGTON_IO_NAME , "814288819477020702" ,SPELLCAST_NAME ,
77- "852509694341283871" , DOODLECREW_NAME , "878067389634314250" , WORDSNACK_NAME ,
78- "879863976006127627" , LETTERTILE_NAME , "879863686565621790" );
75+ private static final Map <String , String > VC_APPLICATION_TO_ID =
76+ Map .of (POKER_NAME , "755827207812677713" , BETRAYAL_IO_NAME , "773336526917861400" ,
77+ FISHINGTON_IO_NAME , "814288819477020702" , SPELLCAST_NAME , "852509694341283871" ,
78+ DOODLECREW_NAME , "878067389634314250" , WORDSNACK_NAME , "879863976006127627" ,
79+ LETTERTILE_NAME , "879863686565621790" );
7980
8081 private static final List <OptionData > inviteOptions = List .of (new OptionData (OptionType .INTEGER ,
8182 MAX_USES_OPTION ,
0 commit comments