WIP: Added stubs for Guilds and fixed formatting
This commit is contained in:
parent
3ffea8b46b
commit
8e2003b7df
@ -1,3 +1,12 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
from bson import ObjectId
|
||||
|
||||
|
||||
@dataclass
|
||||
class PycordGuild:
|
||||
_id: ObjectId
|
||||
id: int
|
||||
|
||||
def __init__(self) -> None:
|
||||
raise NotImplementedError()
|
||||
|
Loading…
x
Reference in New Issue
Block a user