mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-19 04:43:28 +02:00
ES6 imports and arrow functions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var mineflayer = require('mineflayer');
|
||||
var events = require('../../bot');
|
||||
import mineflayer from 'mineflayer';
|
||||
import events from '../../bot';
|
||||
|
||||
module.exports = (socket) => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user