From 88d693e804c37d1884c908dc6fa377c032ceea80 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 7 Dec 2024 23:37:49 -0600 Subject: add pet command --- commands.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'commands.js') diff --git a/commands.js b/commands.js index 2af766a..91d782a 100644 --- a/commands.js +++ b/commands.js @@ -3,6 +3,13 @@ import 'dotenv/config'; import { REST, Routes } from 'discord.js'; const commands = [ + { + name: 'pet', + description: 'pet sily bot', + type: 1, + integration_types: [0], + contexts: [0], + }, { name: 'schedule_message', description: 'Register a message to run as a cron job', -- cgit v1.2.3