summaryrefslogtreecommitdiff
path: root/deps/discord-haskell/src/Discord/Requests.hs
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2023-11-16 19:06:43 -0500
committerLLLL Colonq <llll@colonq>2023-11-16 19:06:43 -0500
commitdcef0b65069fb38fd0f6c4382353167f603ebff1 (patch)
tree45954ffe308c3dd056e6af4f734e6d2af89e5856 /deps/discord-haskell/src/Discord/Requests.hs
Initial commit
Diffstat (limited to 'deps/discord-haskell/src/Discord/Requests.hs')
-rw-r--r--deps/discord-haskell/src/Discord/Requests.hs23
1 files changed, 23 insertions, 0 deletions
diff --git a/deps/discord-haskell/src/Discord/Requests.hs b/deps/discord-haskell/src/Discord/Requests.hs
new file mode 100644
index 0000000..6f2127e
--- /dev/null
+++ b/deps/discord-haskell/src/Discord/Requests.hs
@@ -0,0 +1,23 @@
+module Discord.Requests
+ ( module Discord.Internal.Rest.Channel
+ , module Discord.Internal.Rest.Emoji
+ , module Discord.Internal.Rest.Guild
+ , module Discord.Internal.Rest.Invite
+ , module Discord.Internal.Rest.User
+ , module Discord.Internal.Rest.Voice
+ , module Discord.Internal.Rest.Webhook
+ , module Discord.Internal.Rest.ApplicationCommands
+ , module Discord.Internal.Rest.Interactions
+ , module Discord.Internal.Rest.ScheduledEvents
+ ) where
+
+import Discord.Internal.Rest.Channel
+import Discord.Internal.Rest.Emoji
+import Discord.Internal.Rest.Guild
+import Discord.Internal.Rest.Invite
+import Discord.Internal.Rest.User
+import Discord.Internal.Rest.Voice
+import Discord.Internal.Rest.Webhook
+import Discord.Internal.Rest.ApplicationCommands
+import Discord.Internal.Rest.Interactions
+import Discord.Internal.Rest.ScheduledEvents