succ the suck
This commit is contained in:
parent
e5e9a46235
commit
9687f47f21
1 changed files with 1 additions and 2 deletions
|
@ -9,14 +9,13 @@ module.exports = {
|
||||||
description: 'Shows information about the bot',
|
description: 'Shows information about the bot',
|
||||||
execute(message, client) {
|
execute(message, client) {
|
||||||
let createJoin = creationJoinDates(client.user)
|
let createJoin = creationJoinDates(client.user)
|
||||||
|
|
||||||
const embed = new Discord.MessageEmbed()
|
const embed = new Discord.MessageEmbed()
|
||||||
.setColor(15780145)
|
.setColor(15780145)
|
||||||
.setTitle("Information about bot")
|
.setTitle("Information about bot")
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.setAuthor(client.user.username, "https://cdn.discordapp.com/avatars/481128222147477506/1a30f57f8e403f54aaca502012aeff14.png?size=2048")
|
.setAuthor(client.user.username, "https://cdn.discordapp.com/avatars/481128222147477506/1a30f57f8e403f54aaca502012aeff14.png?size=2048")
|
||||||
.addFields({
|
.addFields({
|
||||||
name: "General info", value: `Name: ${client.user.username}\nPrefix: ${prefix}\nCreation Date: ${createJoin.creation}\nSource: [here](https://github.com/SileNce5k/Soilens_BotJS)`,
|
name: "General info", value: `Name: ${client.user.username}\nPrefix: ${prefix}\nTotal Servers: ${client.guilds.toString().length}\nCreation Date: ${createJoin.creation}\nSource: [Click Here](https://github.com/SileNce5k/Soilens_BotJS)`,
|
||||||
},)
|
},)
|
||||||
|
|
||||||
message.channel.send(embed)
|
message.channel.send(embed)
|
||||||
|
|
Loading…
Add table
Reference in a new issue