@@ -14,37 +14,19 @@ namespace Issho.Modules
14
14
{
15
15
public class Game : ModuleBase
16
16
{
17
- private Dictionary < string , string > games = new Dictionary < string , string >
17
+ private Dictionary < string , string > games = new ( )
18
18
{
19
19
{ "Poker Night" , "755827207812677713" } ,
20
20
{ "Betrayal.io" , "773336526917861400" } ,
21
- { "YouTube Together" , "880218394199220334" } ,
22
21
{ "Fishington.io" , "814288819477020702" } ,
23
- { "Chess" , "832012586023256104" } ,
24
- { "CG 3 Dev" , "832012682520428625" } ,
25
- { "Game 3" , "832012730599735326" } ,
26
- { "Game 4" , "832012774040141894" } ,
27
- { "Game 5" , "832012815819604009" } ,
28
- { "Game 6" , "832012854282158180" } ,
29
- { "Game 7" , "832012894068801636" } ,
30
- { "Game 8" , "832012938398400562" } ,
31
- { "Game 9" , "832013003968348200" } ,
32
- { "Game 10" , "832013108234289153" } ,
33
- { "Game 11" , "832025061657280566" } ,
34
- { "Game 12" , "832025114077298718" } ,
35
- { "Game 13" , "832025144389533716" } ,
36
- { "Game 14" , "832025179659960360" } ,
37
- { "Game 15" , "832025219526033439" } ,
38
- { "Game 16" , "832025249335738428" } ,
39
- { "Game 17" , "832025333930524692" } ,
40
- { "Game 18" , "832025385159622656" } ,
41
- { "Game 19" , "832025431280320532" } ,
42
- { "Game 20" , "832025470685937707" } ,
43
- { "Game 21" , "832025799590281238" } ,
44
- { "Game 22" , "832025857525678142" } ,
45
- { "Game 23" , "832025886030168105" } ,
46
- { "Game 24" , "832025928938946590" } ,
47
- { "Game 25" , "832025993019260929" } ,
22
+ { "Chess In The Park" , "832012774040141894" } ,
23
+ { "Checkers In The Park" , "832013003968348200" } ,
24
+ { "Watch Together" , "880218394199220334" } ,
25
+ { "Letter Tile" , "879863686565621790" } ,
26
+ { "Word Snacks" , "879863976006127627" } ,
27
+ { "Doodle Crew" , "878067389634314250" } ,
28
+ { "SpellCast" , "852509694341283871" } ,
29
+ { "SpellCast Staging" , "893449443918086174" }
48
30
} ;
49
31
50
32
[ Command ( "Play" ) ]
@@ -58,7 +40,7 @@ public async Task Info(params string[] gameName)
58
40
await ReplyAsync ( embed : new EmbedBuilder
59
41
{
60
42
Title = "Usage: Play [Game Name]" ,
61
- Description = "Available games:\n " + string . Join ( ", " , games . Keys ) ,
43
+ Description = "** Available games:** \n " + string . Join ( ", " , games . Keys ) ,
62
44
Color = Color . Purple
63
45
} . Build ( ) ) ;
64
46
return ;
0 commit comments