summaryrefslogtreecommitdiff
path: root/deps/discord-haskell/src/Discord/Interactions.hs
diff options
context:
space:
mode:
Diffstat (limited to 'deps/discord-haskell/src/Discord/Interactions.hs')
-rw-r--r--deps/discord-haskell/src/Discord/Interactions.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/discord-haskell/src/Discord/Interactions.hs b/deps/discord-haskell/src/Discord/Interactions.hs
new file mode 100644
index 0000000..45be2da
--- /dev/null
+++ b/deps/discord-haskell/src/Discord/Interactions.hs
@@ -0,0 +1,8 @@
+module Discord.Interactions
+ ( module Discord.Internal.Types.ApplicationCommands,
+ module Discord.Internal.Types.Interactions,
+ )
+where
+
+import Discord.Internal.Types.ApplicationCommands
+import Discord.Internal.Types.Interactions