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