mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Creating embeds
This commit is contained in:
parent
b3854324d4
commit
e8301ce8a2
6 changed files with 191 additions and 26 deletions
|
|
@ -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"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue