Change all vars to const or let
This commit is contained in:
parent
0d7734958c
commit
ce1936df62
5 changed files with 9 additions and 8 deletions
|
@ -24,7 +24,7 @@ module.exports = {
|
|||
nickname = ` <:aka:572089580925485058>${nickname}`;
|
||||
}
|
||||
|
||||
var roleColor = 15788778;
|
||||
let roleColor = 15788778;
|
||||
if (user.roles.color) {
|
||||
roleColor = user.roles.color.color;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue