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
|
@ -1,4 +1,4 @@
|
|||
var seedrandom = require('seedrandom');
|
||||
let seedrandom = require('seedrandom');
|
||||
const parseMention = require('../util/parseMention')
|
||||
module.exports = {
|
||||
name: 'penissize',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue