mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-03 10:14:14 +00:00
Updated Server Command
This commit is contained in:
parent
1f865dad03
commit
66b776159c
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ const command: Command = {
|
|||
.setDescription("Provides information about the server."),
|
||||
execute: async (interaction) => {
|
||||
await interaction.reply(
|
||||
`The server name is ${interaction?.guild?.name} and it has ${interaction?.guild?.memberCount} members.`
|
||||
/* @ts-ignore */
|
||||
`The server name is ${interaction?.guild?.name} and it has ${interaction?.guild?.memberCount} members. It was created on ${interaction?.guild?.createdAt} and is ${interaction?.guild?.createdAt?.getFullYear() - 2024} years old.`
|
||||
);
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue