From ae18b594c97782cc201ffa365f12064831b1ec93 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 11 Jan 2024 20:42:57 -0500 Subject: Handle stickers, properly handle exceptions in threads --- deps/discord-haskell/src/Discord/Requests.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deps/discord-haskell/src/Discord/Requests.hs') diff --git a/deps/discord-haskell/src/Discord/Requests.hs b/deps/discord-haskell/src/Discord/Requests.hs index 6f2127e..34af25c 100644 --- a/deps/discord-haskell/src/Discord/Requests.hs +++ b/deps/discord-haskell/src/Discord/Requests.hs @@ -1,5 +1,6 @@ module Discord.Requests ( module Discord.Internal.Rest.Channel + , module Discord.Internal.Rest.ApplicationInfo , module Discord.Internal.Rest.Emoji , module Discord.Internal.Rest.Guild , module Discord.Internal.Rest.Invite @@ -11,6 +12,7 @@ module Discord.Requests , module Discord.Internal.Rest.ScheduledEvents ) where +import Discord.Internal.Rest.ApplicationInfo import Discord.Internal.Rest.Channel import Discord.Internal.Rest.Emoji import Discord.Internal.Rest.Guild -- cgit v1.2.3