fix jshint error
This commit is contained in:
parent
207e3b2686
commit
10c1ccc207
@ -100,7 +100,7 @@ module.exports = class {
|
|||||||
|
|
||||||
this.client.on('message', msg => {
|
this.client.on('message', msg => {
|
||||||
if (remote.debug){
|
if (remote.debug){
|
||||||
console.log("discord message", msg.author.tag)
|
console.log("discord message", msg.author.tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (msg.author.tag == this.client.user.tag){
|
if (msg.author.tag == this.client.user.tag){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user