Skip to content

Commit

Permalink
[Discord] Update Whiteboard name and alias for activity command
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 13, 2023
1 parent 7691ab9 commit da8f51d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Discord/cogs/discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
# "Doodle Crew": 878067389634314250, # Now Sketch Heads
"Fishington.io": 814288819477020702,
"Gartic Phone": 1007373802981822582,
"Jamspace": 1070087967294631976,
"Know What I Meme": 950505761862189096,
"Land-io": 903769130790969345,
"Letter League": 879863686565621790,
Expand All @@ -36,14 +35,15 @@
"Sketch Heads": 902271654783242291,
"SpellCast": 852509694341283871,
"Watch Together": 880218394199220334,
"Whiteboard": 1070087967294631976,
"Word Snacks": 879863976006127627,
# "YouTube Together": 755600276941176913 # Now Watch Together
}

ACTIVITES_ALIASES = {
"Doodle Crew": "Sketch Heads",
"Jamspace": "Whiteboard",
"Ocho": "Blazing 8s",
"Whiteboard": "Jamspace",
"YouTube Together": "Watch Together"
}

Expand Down Expand Up @@ -80,6 +80,7 @@ async def activity_command(
Create an invite for a voice channel activity
Doodle Crew is now known as Sketch Heads
Jamspace is now known as Whiteboard
Ocho is now known as Blazing 8s
YouTube Together is now known as Watch Together
Expand Down

0 comments on commit da8f51d

Please sign in to comment.