function test (bot, options, context) { const randomstring = require("randomstring") bot.test = { amonger () { bot.tellraw('Hello World!') } } } module.exports = test