FridayNightFunkinBoyfriendBot/modules/test.js

10 lines
235 B
JavaScript
Raw Normal View History

2023-12-17 14:55:27 -05:00
function test (bot, options, context) {
const randomstring = require("randomstring")
bot.test = {
amonger () {
bot.tellraw('Hello World!')
}
}
}
module.exports = test