aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/servers.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-25 23:20:58 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-25 23:20:58 -0500
commit7057cebb3c37634cfa1468e1f49ce30a890681b6 (patch)
tree0a2ab2c335db439747134a07cbe7982d76f5d0f4 /src/commands/dev/servers.ts
parent866cd2c23eaa3918d01806556ea71f6c7b378ca7 (diff)
downloadtanzanite-7057cebb3c37634cfa1468e1f49ce30a890681b6.tar.gz
tanzanite-7057cebb3c37634cfa1468e1f49ce30a890681b6.tar.bz2
tanzanite-7057cebb3c37634cfa1468e1f49ce30a890681b6.zip
chore: update dependencies and fix breaking changes
Diffstat (limited to 'src/commands/dev/servers.ts')
-rw-r--r--src/commands/dev/servers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/servers.ts b/src/commands/dev/servers.ts
index 378893e..dddbac4 100644
--- a/src/commands/dev/servers.ts
+++ b/src/commands/dev/servers.ts
@@ -1,5 +1,5 @@
import { BushCommand, ButtonPaginator, type BushMessage, type BushSlashMessage } from '#lib';
-import type { APIEmbed } from 'discord-api-types';
+import type { APIEmbed } from 'discord-api-types/v9';
import type { Guild } from 'discord.js';
export default class ServersCommand extends BushCommand {