Creating embeds

This commit is contained in:
Stijn De Clercq 2021-08-08 18:12:16 +02:00
parent b3854324d4
commit e8301ce8a2
6 changed files with 191 additions and 26 deletions

View file

@ -8,8 +8,10 @@ class Platform(Enum):
Name: The name of the platform
Rep: A shorter, lowercased & space-less version
"""
Bongo = {"name": "Bongo Virtual Classroom", "rep": "bongo"}
BongoVC = {"name": "Bongo Virtual Classroom", "rep": "bongo"}
GatherTown = {"name": "Gather Town", "rep": "gather"}
MSTeams = {"name": "MS Teams", "rep": "msteams"}
OpenCast = {"name": "OpenCast", "rep": "opencast"}
Ufora = {"name": "Ufora", "rep": "ufora"}
Zoom = {"name": "Zoom", "rep": "zoom"}