Update commands/rc.js
This commit is contained in:
parent
59b0990234
commit
7a99f51b16
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module.exports = {
|
|||
execute (context) {
|
||||
const bot = context.bot
|
||||
|
||||
if (bot.options.Core.CorelessMode){
|
||||
if (!bot.options.Core.enabled){
|
||||
throw new CommandError('&4Could not fill core because Coreless mode is active!')
|
||||
}else {
|
||||
|
||||
|
|
Loading…
Reference in a new issue