Send a Vibe GIF by typing "!vibe" (you can set your own prefix)
//Created by ThePhenix16 all rights reserved
const lib = require('lib')({token: process.env.STDLIB_SECRET_TOKEN});
if (context.params.event.content === `${process.env.PREFIX}vibe`) {
await lib.discord.channels['@0.1.0'].messages.create({
"channel_id": `${context.params.event.channel_id}`,
"content": `https://c.tenor.com/PNk2I-Zcw5AAAAAM/vibe.gif`,
});