diff --git a/src/interactions/status.ts b/src/interactions/status.ts index a372561..37ab8e3 100644 --- a/src/interactions/status.ts +++ b/src/interactions/status.ts @@ -41,4 +41,6 @@ async function action(client: ClientExt, baseInteraction: CommandInteraction): P catch(err) { throw err; } -} \ No newline at end of file +} + +export { discordInteraction }; \ No newline at end of file