mirror of
https://github.com/deadcxap/YandexMusicDiscordBot.git
synced 2026-01-11 02:11:45 +03:00
Initial commit
This commit is contained in:
10
MusicBot/database/guild.py
Normal file
10
MusicBot/database/guild.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from typing import TypedDict
|
||||
|
||||
class Guild(TypedDict):
|
||||
allow_explicit: bool
|
||||
allow_menu: bool
|
||||
|
||||
class ExplicitGuild(TypedDict):
|
||||
_id: str
|
||||
allow_explicit: bool
|
||||
allow_menu: bool
|
||||
Reference in New Issue
Block a user