mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
just create channel.py
This commit is contained in:
parent
80bc0ff780
commit
af68f00a82
1 changed files with 10 additions and 0 deletions
10
melisa/models/guild/channel.py
Normal file
10
melisa/models/guild/channel.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from enum import IntEnum
|
||||
from dataclasses import dataclass
|
||||
from typing import Optional
|
||||
|
||||
from ...utils.api_model import APIModelBase
|
||||
from ...utils.types import APINullable
|
||||
from ...utils.snowflake import Snowflake
|
||||
|
Loading…
Reference in a new issue