From 7630b6ca8445cc8f6fc5dfb5284ab23b7c26be46 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 Jul 2022 21:03:55 -0400 Subject: Removed control command; Added functionality to leave, skip, status --- deploy-command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy-command.js') 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 = []; -- cgit v1.2.3