summaryrefslogtreecommitdiff
path: root/deps/discord-haskell/src/Discord/Interactions.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/Interactions.hs
Initial commit
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