summary refs log tree commit diff
path: root/slowcord/bot/src/commands/instance.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-09 13:48:22 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-09 13:48:22 +1000
commitc0877a4aee2f8660bc13997fa56b318af0638c84 (patch)
treeea4a4fdaedec6b8e25d97a1fc2fce687e5de04df /slowcord/bot/src/commands/instance.ts
parentMerge branch 'fix/claim_accounts' into slowcord (diff)
downloadserver-c0877a4aee2f8660bc13997fa56b318af0638c84.tar.xz
bot stuff idk
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