Browse Source

Update client.py

pull/161/head
Luke 5 years ago
committed by GitHub
parent
commit
89e9de6abd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      disco/api/client.py

2
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

Loading…
Cancel
Save