Releases: jsonfox/rosiebot
Releases · jsonfox/rosiebot
v0.7.2
v0.7.1
What's New
NEW choose
chat command #12
Commands
- Added
.rosie choose
chat command to randomly choose from a list of items separated by|
Docs
- Added new
choose
command to the documentation
Bugfixes
- Fixed the default redirect response from the server not returning
301
status code
Misc
- Since Heroku announced they will be discontinuing their free plan in November, I have moved hosting to Elastic Beanstalk using CodePipeline for automatic deployment
v0.7.0
What's New
Documentation
- Rosiebot now has a home on the web! Check out the new Rosiebot docs page
- Source code for the documentation page is here
- The page is super responsive and mobile friendly and looks pretty snazzy (if I say so myself) 😀
API
- Rosiebot now has a stats API! Currently provides the number of servers the bot is in and the combined user count of those servers.
Commands
/help
: Added a new slash command to get a quick link for the docs page- Added a link to the docs page in the
help
chat command embed
v0.6.1
What's New
Bug Fixes
- Fixed how shortcuts used in the code for emojis in
client.emojis.cache
were handled
Slash Commands
/random
: Addedcoinflip
anddiceroll
options, with an optional parameter for sides on the die and number of flips/rolls
Code
- Added some more helper functions to make life easier
v0.6.0
v0.5.2
v0.5.1
What's New
Bug Fixes
Operations CLI
: Fixed a bug causing the Inquirer menu to break when moving between options due to list length exceeding 7- This is caused by an issue with inquirer, and should auto paginate the menu to be able to scroll beyond 7, but for some reason it just breaks
Disabled
View deployed slash commands
: In the ops CLI has been disabled to keep the menu length at 7
v0.5.0
What's New
Betting
- #7: Integrated betting feature with the database, now storing persistent user bet scores per guild
Display
: Added a public message when a bet is cancelled
Database
GuildMember
: Updated sequelize-based relationships between Guild and UserGuild/User
: ChangedguildId/userId
toid
Connection
: Added a testing database environment using localhost
Operations CLI
Sequelize force sync
: Added a Sequelize force sync operation
v0.4.3
What's New
Operations CLI
View emojis
: Added option to view emojis available to the botSearch emojis
: Added option to search bot's available emojis by id or name (includes partial match for name)Pagination
: Implemented pagination and page navigator for viewing all guilds/emojis
Bug Fixes
Betting
: Fixed the main betting embed breaking the betting feature due to an unresolved issue with custom emojis
Disabled
getEmoji
: Get emoji function has been disabled since there seems to be fatal issues caused by it. The feature has been replaced with a staticemojis
object defined in the config