Update modules/console.js
This commit is contained in:
parent
69172e1d72
commit
2eba21a574
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue