From af4278b2ee3b0bf9d541e13dfabbee7e8d5ee89b Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 30 Dec 2024 21:15:14 -0600 Subject: add fomx --- commands.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'commands.js') diff --git a/commands.js b/commands.js index 31f7b34..0fad456 100644 --- a/commands.js +++ b/commands.js @@ -31,6 +31,13 @@ const commands = [ integration_types: [0], contexts: [0], }, + { + name: "fomx", + description: "get a fomx picture", + type: 1, + integration_types: [0], + contexts: [0], + }, { name: "schedule_message", description: "Register a message to run as a cron job", -- cgit v1.2.3