Luke
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
disco/api/client.py
|
@ -13,7 +13,7 @@ from disco.types.user import User |
|
|
from disco.types.message import Message |
|
|
from disco.types.message import Message |
|
|
from disco.types.oauth import AccessToken, Application, Connection |
|
|
from disco.types.oauth import AccessToken, Application, Connection |
|
|
from disco.types.guild import ( |
|
|
from disco.types.guild import ( |
|
|
Guild, GuildMember, GuildBan, GuildEmbedm PruneCount, Role, GuildEmoji, |
|
|
Guild, GuildMember, GuildBan, GuildEmbed, PruneCount, Role, GuildEmoji, |
|
|
AuditLogEntry, Integration, |
|
|
AuditLogEntry, Integration, |
|
|
) |
|
|
) |
|
|
from disco.types.channel import Channel |
|
|
from disco.types.channel import Channel |
|
|