Skip to content

Commit b2520bc

Browse files
committed
Update IDs
1 parent d2ec6da commit b2520bc

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
lines changed

Issho/Modules/Game.cs

+10-28
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,19 @@ namespace Issho.Modules
1414
{
1515
public class Game : ModuleBase
1616
{
17-
private Dictionary<string, string> games = new Dictionary<string, string>
17+
private Dictionary<string, string> games = new()
1818
{
1919
{ "Poker Night", "755827207812677713" },
2020
{ "Betrayal.io", "773336526917861400" },
21-
{ "YouTube Together", "880218394199220334" },
2221
{ "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" }
4830
};
4931

5032
[Command("Play")]
@@ -58,7 +40,7 @@ public async Task Info(params string[] gameName)
5840
await ReplyAsync(embed: new EmbedBuilder
5941
{
6042
Title = "Usage: Play [Game Name]",
61-
Description = "Available games:\n" + string.Join(", ", games.Keys),
43+
Description = "**Available games:**\n" + string.Join(", ", games.Keys),
6244
Color = Color.Purple
6345
}.Build());
6446
return;

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ i.play
2828
Open an issue or a discussion here
2929

3030
## Preview
31-
![Youtube Together](Preview/YouTubeTogether.png)
31+
![Youtube Together](Preview/YouTubeTogether.png)
32+
33+
## Other
34+
IDs are taken from https://dislike.life/

0 commit comments

Comments
 (0)