fixed music bot and query errors

This commit is contained in:
WolverinDEV 2019-04-26 23:57:26 +02:00
parent 710281ca3f
commit 3e22c59855

View file

@ -294,7 +294,7 @@ namespace connection {
return new Promise<number>((resolve, reject) => {
const single_handler: SingleCommandHandler = {
function: command => {
if(command.command != "")
if(command.command != "" && command.command.indexOf("=") == -1)
return false;
this._who_am_i = command.arguments[0];