From 89e9de6abd8298a58434400ae337212d2945e804 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 4 Nov 2019 20:24:32 +0000 Subject: [PATCH] Update client.py --- disco/api/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/api/client.py b/disco/api/client.py index 33a9825..fc4fcfe 100644 --- a/disco/api/client.py +++ b/disco/api/client.py @@ -13,7 +13,7 @@ from disco.types.user import User from disco.types.message import Message from disco.types.oauth import AccessToken, Application, Connection from disco.types.guild import ( - Guild, GuildMember, GuildBan, GuildEmbedm PruneCount, Role, GuildEmoji, + Guild, GuildMember, GuildBan, GuildEmbed, PruneCount, Role, GuildEmoji, AuditLogEntry, Integration, ) from disco.types.channel import Channel