Barouille (v1.1.0)
The focus of this update is the implementation of some new fun commands and on the French translation. Furthermore, lots of bug corrections and optimisations have been made. Dependencies have also been updated.
Thanks to Zeste de Savoir for the help on some issues.
Events
Bug corrections
guildMemberUpdate
: not triggered anymore when the bot's name is modified by the commandsay
(#103)
Commands
New
birthstone
: displays a birthstone depending on a date using the package birthgem (#98, #106, #109, #116)roll
: rolls dices using the package trpg-dice (#9, #137)rb2
: streams a radio (#96, #109, #111, #119, #139, 207c89c)role
,unrole
: adds or removes a roll to a member (#23, #130)zodiac
: returns the zodiac sign depending on a date or a date depending on a sign using the package zodiac-signs (#107)
Modifications
about
: The Codin Den added to the credits (#80)ban
,unban
,deafen
,undeafen
,kick
,mute
,unmute
: common strings moved to the namespacecommandUtil
(#118, #136)horsengel-roulette
: uses the configuration variable for the command prefix (#120)
Bug corrections
about
: the owner and thebot variable arguments are in the right order (#114)about
,birthstone
,gif
: hard coded strings replaced by i18n strings (#115)ban
,unban
,deafen
,undeagen
,kick
,gif
,mute
,unmute
,say
,tag
: strings aren't in italic anymore (#97, #104, #124)unban
: the ID is the argument used (#131)unban
: checks if the member is banned before to unban (#128)gif
: the keyword appears in the "no GIF found" string (#132)kick
: full reason displayed (#133)say
: if the bot's name is the same before and after the command, it doesn't crash anymore (#105)
Miscellaneous
New
- i18n:
commandUtil
name space added (#118) - i18n: French translation completed for commands (#113)
- dependencies: ffmpeg-static and @discordjs/opus are added to the peer dependencies in case the
rb2
command is used (#96, #119, #138, 207c89c)
Modifications
config.json
: default prefix set to!
(#121)- dependencies: discord.js updated to v11.6 and i18next to 19.6.3 (#126, 207c89c)
- license: date updated to 2020 (#141)