Skip to content

Commit

Permalink
Fixed the status interaction not being exported.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pickysaurus committed Jan 30, 2025
1 parent 732f0aa commit cfb64fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/interactions/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ async function action(client: ClientExt, baseInteraction: CommandInteraction): P
catch(err) {
throw err;
}
}
}

export { discordInteraction };

0 comments on commit cfb64fa

Please sign in to comment.