forked from CringeStudios/gamja
Get rid of a wild var keyword
This commit is contained in:
parent
0137a95268
commit
ed41f08ba4
@ -272,7 +272,7 @@ export default {
|
||||
app.open(nick);
|
||||
|
||||
if (args.length > 1) {
|
||||
var text = args.slice(1).join(" ");
|
||||
let text = args.slice(1).join(" ");
|
||||
app.privmsg(nick, text);
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user