summaryrefslogtreecommitdiff
path: root/bot/commands/meow.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/commands/meow.js')
-rw-r--r--bot/commands/meow.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/commands/meow.js b/bot/commands/meow.js
new file mode 100644
index 0000000..7502994
--- /dev/null
+++ b/bot/commands/meow.js
@@ -0,0 +1,3 @@
+module.exports = (client, event, room, send) => {
+ send("🐱");
+} \ No newline at end of file