Skip to content

2.1 | The admin and game update

Latest
Compare
Choose a tag to compare
@AlexCai2019 AlexCai2019 released this 28 Aug 16:33
· 53 commits to master since this release

2.1 | The admin and game update

Changes

  • Add admin related commands, such as /admin mute, /admin temp_ban, /admin slow_mode.
  • Add mini game /lottery slot, which is a slot machine.
  • Add mini game /connect_four, which is a connect four game.
  • Add /birthday to set and remind members' birthdays.
  • Add HasSubcommands, it is a package-private class in cartoland.commands for commands that have 3 or more subcommands can extend.
  • Change the way of starting a 1A2B game from using a single command without argugment to use a subcommand for start and another for play.
  • Change the intelligence of the Tic-Tac-Toe game AI to be smarter.
  • Change all "sub command" to "subcommand".
  • Change JiraCommand to fully use deferReply() even in error message.
  • Fix frequently ContextException when using command by moving FileHandle.log to the last statement of onSlashCommandInteraction.
  • Fix storing Discord entities.
  • Full Compare