aboutsummaryrefslogtreecommitdiff
path: root/commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands.js')
-rw-r--r--commands.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands.js b/commands.js
index 2af766a..91d782a 100644
--- a/commands.js
+++ b/commands.js
@@ -4,6 +4,13 @@ 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',
type: 1,