diff --git a/src/Scripts/hub/leave.ts b/src/Scripts/hub/leave.ts new file mode 100644 index 00000000..39c88db0 --- /dev/null +++ b/src/Scripts/hub/leave.ts @@ -0,0 +1,6 @@ +import { ChatInputCommandInteraction } from 'discord.js'; +import reset from '../network/reset'; + +export async function execute(interaction: ChatInputCommandInteraction, channelId: string) { + await reset.execute(interaction, channelId); +} \ No newline at end of file