fixed music bot and query errors
This commit is contained in:
parent
710281ca3f
commit
3e22c59855
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue