You are browsing as a guest. Sign up (or log in) to start making projects!

1h 32m 2s logged

I am building a custom Slack utility bot using the Bolt for JavaScript framework. It runs on a Linux server (Nest) and provides a variety of interactive slash commands to automate tasks and add utility to my workspace.Here are the commands I have implemented:/for-ping - Checks the bot’s latency./for-catfact - Fetches a random, interesting fact about cats./for-flip - Flips a digital coin./for-choice - Randomly selects an item from a provided list./for-reverse - Reverses the input text./for-color - Generates a random HEX color code./for-mock - Converts text into “mocking” (sPoNgEbOb) style./for-rate - Rates an object on a scale from 0 to 10./for-nothing - A command that returns “nothing.”/for-help - Displays the list of all available commands.I am hosting this bot on my Nest server, using systemd to manage it as a background service to ensure it stays online continuously.

0
14

Comments 0

No comments yet. Be the first!