Skip to content

0.2.0

Compare
Choose a tag to compare
@jballanger jballanger released this 06 May 08:51
· 61 commits to master since this release

Core

User

  • The username field has been removed (was not needed).

Stats

  • Set default rank to 1000 instead of 9999999.

Educator

  • Educator's code has been updated.

Utils

  • loadImageUrl now load a single url.
  • New loadImage method, same as loadImageUrl but with a path instead of the url.
  • randomNumber has been fixed, it could return less than the min parameter.

Commands

choose

  • The choose command now reply with a message if no choices are provided.
  • If the choices provided contains spaces, they are not removed.

help

  • If no command is provided, give help for the help command.
  • If the command doesn't exist, reply with a better message.

profile

  • Profile's code has been updated (cleaner).
  • Defaults images (backgrounds & badges) have been added locally.

guignols (New)

This command allows to list Guignols of the current guild.

Misc.

  • config.json is now located at the root of the project.

Dependencies