Flurby is the best bot and you can't change my mind.
Flurby is a Discord bot that I started working on in December 2020. He's a side project to experiment with JavaScript and Node.js, as well as to get some practice reading through API documentation. I used the Discord.js module to help with interacting with the Discord API .
We started making heavy use of Discord in the Spring '20 semester at UAFS when COVID-19 attacked, so I figured it would be a good time to start a project that was relevant and could possibly be of use to the computer science department. For now, Flurby lives in my personal Discord server with all my friends. Once I get enough features added and all the bugs sorted out, I may open him up to be invited to other servers.
Flurby has a small set of features at the moment.
I'll continue to add more as I learn about the Discord API and webhooks.
Command | Arguments | Details |
---|---|---|
!commands | (none) |
Lists Flurby's available commands. |
!8ball |
(optional) a question |
Go ahead. Shake it. You may not like Flurby's answer... |
!gif |
(optional) keyword(s) |
Flurby gets a random GIF for you using the given keyword(s). If no keyword(s) are given, he picks one of his favorites. |
!play |
YouTube URL YouTube Music URL |
Adds the URL to Flurby's playlist. If he's not already playing music in a channel, he joins your voice channel to
play music. |
!playlist |
(none) |
Shows all songs currently in the server's queue. |
!roll |
(optional) max range # of dice |
Rolls a number between 1-100 by default. If a number X is given, the roll will be up to and including that number (1 - X). Number of dice can also be specified as a second parameter. |