aboutsummaryrefslogtreecommitdiff
path: root/deploy-command.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-05 21:03:55 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-05 21:03:55 -0400
commit7630b6ca8445cc8f6fc5dfb5284ab23b7c26be46 (patch)
tree165153666dd6b6c6ba9a4965c9255a7a4d36d6ce /deploy-command.js
parentce752e213a0b3515c48b2fa04407a220eed2d788 (diff)
downloadDLAP-7630b6ca8445cc8f6fc5dfb5284ab23b7c26be46.tar.gz
DLAP-7630b6ca8445cc8f6fc5dfb5284ab23b7c26be46.tar.bz2
DLAP-7630b6ca8445cc8f6fc5dfb5284ab23b7c26be46.zip
Removed control command; Added functionality to leave, skip, status
Diffstat (limited to 'deploy-command.js')
-rw-r--r--deploy-command.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy-command.js b/deploy-command.js
index c85637f..9543f37 100644
--- a/deploy-command.js
+++ b/deploy-command.js
@@ -1,6 +1,6 @@
import fs from 'node:fs'
import { REST } from '@discordjs/rest'
-import { Routes } from 'discord-api-types/v9'
+import { Routes } from 'discord-api-types/v10'
import config from './config.json' assert {type: 'json'}
const commands = [];