This is a dead simple little bot written in JavaScript. It will only allow users to send messages containing emojis in a given channel. It also permits some white space and new lines for flexibility.
You can see it in action on the Emoji Only Stoat server.
-
Using Bun, install the bot's dependencies:
bun install -
Copy the
.env.examplefile to.env, and fill out the required variables. -
Run the bot with
bun run ./index.js