Error handling and Guild and Message Manager classes to come with a command manager and module hot reloader

This commit is contained in:
plane000
2018-10-30 18:23:38 +00:00
parent 1100e20f78
commit 80101f349b
4 changed files with 35 additions and 7 deletions

9
src/guildmanager.js Normal file
View File

@@ -0,0 +1,9 @@
import {Logger} from './logger';
export class GuildManager {
constructor() {
}
}