diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-05 21:03:55 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-05 21:03:55 -0400 |
| commit | 7630b6ca8445cc8f6fc5dfb5284ab23b7c26be46 (patch) | |
| tree | 165153666dd6b6c6ba9a4965c9255a7a4d36d6ce /deploy-command.js | |
| parent | ce752e213a0b3515c48b2fa04407a220eed2d788 (diff) | |
| download | DLAP-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.js | 2 |
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 = []; |
