turn off changelog because it doesn't work
This commit is contained in:
parent
5ee9d4106d
commit
436f8564be
2 changed files with 10 additions and 4 deletions
|
@ -6,10 +6,10 @@ module.exports = class Changelog extends Command {
|
|||
name: 'changelog',
|
||||
description: 'View the latest changes of the bot',
|
||||
aliases: ['chl', 'c'],
|
||||
module: 'General',
|
||||
module: 'Developers',
|
||||
cooldown: 5,
|
||||
guildOnly: false,
|
||||
developerOnly: false,
|
||||
developerOnly: true,
|
||||
nsfw: false
|
||||
});
|
||||
}
|
||||
|
@ -45,4 +45,4 @@ module.exports = class Changelog extends Command {
|
|||
ctx.send(`**__Version ${version.replace(/\_/g, '.')}__**\n\n${Change}`)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue