types a bit
This commit is contained in:
parent
c33398474e
commit
d394096de3
7 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@ export const cmd: Command = {
|
|||
const memes = await e.guild?.members.fetch().then((r) => r.toJSON());
|
||||
if (!memes) return;
|
||||
|
||||
return e.reply({
|
||||
await e.reply({
|
||||
embeds: [
|
||||
{
|
||||
title: `${memes.length} total members!`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue