upgrade to discord.js v14

This commit is contained in:
Ryan Cao 2022-07-26 21:53:40 +08:00
parent 35a64b4f25
commit 7c0b91e1be
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
12 changed files with 446 additions and 533 deletions

View file

@ -1,4 +1,5 @@
import type { Command } from '../index';
import type { Command } from '..';
import { COLORS } from '../constants';
export const cmd: Command = {
name: 'members',
@ -20,7 +21,7 @@ export const cmd: Command = {
m.presence?.status === 'dnd'
).length
} online members`,
color: 'GOLD',
color: COLORS.blue,
},
],
});