Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Releases: ieee-uottawa/SITE-Bot

Feature Set 2020-03-17

17 Mar 14:41
Compare
Choose a tag to compare

Adds commands:

  • Mad Libs
  • Music
  • Crypto

Feature Set 2021-01-24

24 Jan 16:17
Compare
Choose a tag to compare

This release was made due to a breaking change that required modifications to all existing commands: it is now required to pass an async action that returns a promise with commands.


SITE-Bot - Help Menu
Type !help for usage info and instructions.

Help: !help, !man
Prints help text for included commands.

Translate: !translate, !baguette
Translates the previous or provided message from English to French by default, or any other language...

Tone: !tone
Analyzes the previous or provided message for the emotion, it will indicate all the emotion perseved...

Stonk Watcher: !stonk
Displays stock data (open, current, change...) for the symbol provided.

Dice Rollin' Command: !roll, !flip
Roll a die with any sides, default is 6.

Server Stat Hoarder: !stats
Displays user and role statistics.

Knowledge: !knowledge
Returns a random timbit of knowledge.

Spongebobify: !spongebobify, !spongebob, !sb
Parrots the previously posted message in slow spongebob.

Russian Roulette: !roulette
Has a 1/5 chance of kicking you from the server. Don't play alone.

Reminder (Admin): !remind
Reminds a subset of users with a specific message.

Update New Member Role (Admin): !newmember
Scans through the server's users and updates the New Member role. Adds the role to anybody with no c...

Ping Pong: !ping
Replies with 'Pong!'

Contribute: !contribute
Prints instructions for adding a command to the bot.

Feature Set 2021-01-19

19 Jan 14:38
Compare
Choose a tag to compare

Special thanks to @aMahanna, @bobfri, and @photonized for helping with the first release!

This version adds a typescript discord.js bot with the following commands:

Help: !help, !man - Prints help text for included commands.

  • !help,
  • !help ,
  • !help public

Translate: !translate - Translates the previous or provided message from English to French by default, or any other language.

  • !translate <language?> (translates last msg sent, even those sent by others),
  • !translate <text?>,
  • !translate list (returns list of target languages)

Tone: !tone - Analyzes the previous or provided message for the emotion, it will indicate all the emotion perseved from strongest to weakest if there is more then one

  • !tone,
  • !tone <text?>

Stonk Watcher: !stonk - Displays stock data (open, current, change...) for the symbol provided.

  • !stonk

Dice Rollin' Command: !roll, !flip - Roll a die with any sides, default is 6.

  • !roll ,
  • !roll ,
  • !flip (flips a coin instead)

Server Stat Hoarder: !stats - Displays user and role statistics.

  • !stats

Knowledge: !knowledge - Returns a random timbit of knowledge.

  • !knowledge

Spongebobify: !spongebobify, !spongebob, !sb - Parrots the previously posted message in slow spongebob.

  • !spongebobify or !spongebob or !sb

Russian Roulette: !roulette - Has a 1/5 chance of kicking you from the server. Don't play alone.

  • !roulette,
  • !roulette extreme (will one-day ban instead of kick)

Reminder Bot: !remind - Reminds a subset of users with a specific message. Only usable by Admins & Mods.

  • !remind

Ping Pong: !ping - Replies with 'Pong!'

  • !ping

Contribute: !contribute - Prints instructions for adding a command to the bot.

  • !contribute,
  • !contribute public