From 37b0fdb898a0f242f68d30abb6c58bd1a15a6524 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 21 Aug 2017 01:54:33 -0400 Subject: Add webhook support. Allows for usage of either `requests` and `aiohttp` when used in "Standalone" mode. Fixes #704 --- discord/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/__init__.py') diff --git a/discord/__init__.py b/discord/__init__.py index 5efdd74a..7973cd4a 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -41,6 +41,7 @@ from collections import namedtuple from .embeds import Embed from .shard import AutoShardedClient from .player import * +from .webhook import * from .voice_client import VoiceClient from .audit_logs import AuditLogChanges, AuditLogEntry, AuditLogDiff -- cgit v1.2.3