summary refs log tree commit diff
path: root/slowcord/bot/src/commands/instance.ts
diff options
context:
space:
mode:
Diffstat (limited to 'slowcord/bot/src/commands/instance.ts')
-rw-r--r--slowcord/bot/src/commands/instance.ts8
1 files changed, 8 insertions, 0 deletions
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