vars
This commit is contained in:
parent
9e7ef02d4a
commit
39b2b09f1b
3 changed files with 47 additions and 1 deletions
|
@ -30,7 +30,7 @@ module.exports = class Info extends Command {
|
|||
|
||||
async command(ctx) {
|
||||
let SystemEmbed = new MessageEmbed()
|
||||
.setTitle(`${ctx.client.user.username} | v${ctx.config.version}`)
|
||||
.setTitle(`${ctx.client.user.username} | v${ctx.vars.version}`)
|
||||
.setColor(color)
|
||||
.setDescription(
|
||||
`Made by ${ctx.utils.format.bold(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue