public BotAccess(Kibibyte bot, Plugin plugin) {
this.plugin = plugin;
this.bot = bot;
this.kibibyte = bot;
eventBus = new EventBus(bot.eventBus);
plugin.setEventBus(eventBus);
eventBusLock = eventBus.new LockController();
eventBusLock.setLockState(true); // BAM
eventBusLock.setFrozen(true);