Update modules/console.js

This commit is contained in:
4Parker02991 2024-01-27 09:46:14 -05:00
parent 69172e1d72
commit 2eba21a574

View file

@ -37,7 +37,7 @@ function Console(bot, options, context, source) {
// what does it have to be
if (line.startsWith("")) {
if(!bot.options.Core.CorelessMode){
if(bot.options.Core.CorelessMode){
return bot.commandManager.executeString(
bot.console.source,