Bot will say what you want it to. Use: /say {what should I say?}. Set up your slash command here: https://autocode.com/tools/discord/command-builder/
const lib = require('lib')({token: process.env.STDLIB_SECRET_TOKEN});
await lib.discord.channels['@0.0.6'].messages.create({
channel_id: context.params.event.channel_id,
content: `${context.params.event.data.options[0].value}`,
});