1const assert = require('assert') 2 3module.exports = () => async (bot) => { 4 assert.strictEqual(bot._getDimensionName(), 'minecraft:overworld') 5} 6 7