blob: 45be2dadea9a561349a2aad0c22c652a77cd9447 (
plain)
1
2
3
4
5
6
7
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
|