mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Update
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class TwitchSerializer(BaseModel):
|
||||
id: int
|
||||
name: str
|
||||
|
||||
|
||||
class StreamerSerializer(BaseModel):
|
||||
pass
|
||||
twitch: TwitchSerializer
|
||||
|
||||
Reference in New Issue
Block a user