This repository has been archived by the owner on Sep 4, 2022. It is now read-only.
Added
- Add the ability to use
:thumbsdown:
on a Goodbye and have it deleted. (#15) - A debug mode, can be toggled with
ouija!enable_debug
andouija!disable_debug
. This is only accessible to the owner of the bot right now. It makes it easier to get a "Goodbye" accepted or declined by the bot, only requiring one upvote/downvote. (#21) - Add
ouija!startwithquestion
command, also available asouija!startq
. It chooses a random question from an included list. (#33) - Add the ability to send final messages to a separate
ouija-archives
channel instead of pinning them. (#44) - Made the command prefix (
ouija!
by default) configurable via environment variable. (#44)
Changed
- Increase the Goodbye timeout to 5 minutes. (#15)
- Link to the GitHub commit in the info command's output if the bot is on Heroku.
- Make the
ouija!start
command work only in the#ouija
channel. - The bot will now upvote and downvote the "Goodbye" message when it's recieved, this makes it easier for users to add
:thumbsup:
/:thumbsdown:
. (#34) - Upgraded discordrb to v3.3.0. (#66)
- A bunch of dependency updates via Dependabot, including security fixes.
Fixed
- Handle the
PinLimitReached
error when a channel reaches 50 pinned messages. (#20)