From c0877a4aee2f8660bc13997fa56b318af0638c84 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sat, 9 Jul 2022 13:48:22 +1000 Subject: bot stuff idk --- slowcord/bot/src/commands/instance.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 slowcord/bot/src/commands/instance.ts (limited to 'slowcord/bot/src/commands/instance.ts') diff --git a/slowcord/bot/src/commands/instance.ts b/slowcord/bot/src/commands/instance.ts new file mode 100644 index 00000000..7fcfaef4 --- /dev/null +++ b/slowcord/bot/src/commands/instance.ts @@ -0,0 +1,8 @@ +import { Command } from "./index.js"; + +export default { + name: "instance", + exec: ({ message }) => { + message.reply("Test"); + } +} as Command; \ No newline at end of file -- cgit 1.5.1