diff options
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 = []; |
