Not sure what changed

This commit is contained in:
plane000
2018-11-17 22:38:08 +00:00
parent 0d2b9427fb
commit 20238c67b8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
export class CommandLoader { export class CommandManager {
static async load() { static async load() {
} }

View File

@@ -2,7 +2,7 @@ import {Logger} from './logger';
export class MessageManager { export class MessageManager {
static async init() { static async init() {
} }
static async handleMessage(message, client, next) { static async handleMessage(message, client, next) {