rename util.js to functions.js

This commit is contained in:
Emily 2020-10-08 13:05:06 +11:00
parent 36f97355a4
commit cfd675d29b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
class Util {
class Functions {
constructor (client) {
this.client = client;
}
@ -41,4 +41,4 @@ class Util {
}
module.exports = Util;
module.exports = Functions;