fix: add Robin's group

This commit is contained in:
Ting-Jun Wang 2024-08-23 20:55:44 +08:00
parent 7749a2735a
commit 35d70be495
Signed by: snsd0805
GPG Key ID: 48D331A3D6160354

View File

@ -63,7 +63,10 @@ async def bind(ctx: commands.Context, username: str):
elif group == 'DSP':
dc_group = 'DSP 組'
elif group == 'GRAPHICS':
dc_group = 'G 組'
if teacher == 'robin':
dc_group = 'Robin 組'
else:
dc_group = 'G 組'
elif group == 'NETWORK':
dc_group = 'N 組'
elif group == 'AIMM':