Skip to content

Releases: helmasaur/horsengel-roulette

Horss in Boots (version 1.3.1)

14 May 18:11
Compare
Choose a tag to compare

Minor udpate correcting some bugs, typos and to add informations on using the Horsengel roulette with discord.js v13.

Full Changelog: v1.3.0...v1.3.1

Horsengel roulette

Modifications

  • embed: color strings format modified for discord.js v14 (#68)

Documentation

New

  • README: explanation on how to use the Horsengel roulette with discord.js v13 (#65, #63)

Corrections

  • README: precising that a greater version than the Node.js version indiciated is compatible (#66)
  • README: missing letter in a title added (#67)
  • README: links modified since the support issues got converted to discussions (0f064f3)

Miscellaneous

Modifications

  • dependencies: discord.js updated to version 14.7.1 (efaf1e9)

Horss in Boots (version 1.3.0)

23 Feb 22:34
Compare
Choose a tag to compare

Version mostly focused on discord.js v14 and the readme file. The Horsengel roulette is not compatible anymore with discord.js v13 (use v1.2.0 instead).

Full Changelog: v1.2.0...v1.3.0

Horsengel roulette

Modification

  • code updated for discord.js v14 (#55)
  • index.d.ts: updated for discord.js v14 (#59)

Documentation

New

  • README: warning for the server joined date change after the kick added (#60)
  • README: indication of the invitation link after the end of a game added (63d7c73)
  • README: explanation of the example code (#56)
  • Comment describing the load() method in the example file (#56)

Modifications

  • README: exemple updated for discord.js v14 (#60)

Corrections

  • README: the argument for english is used instead of french in the example (63d7c73)
  • README: mention type corrected from User to GuildMember (63d7c73)
  • README: the prefix ! is used instead of ? in the example (63d7c73)

Suppressions

  • README: mention of Commando deleted because it is not maintained anymore (#60)

Miscellaneous

New

  • README: thanks to the Programming Discussion Discord server added (#60)
  • README: link to the issues related to using the Horsengel roulette with TypeScript or with a framework (63d7c73)

Modifications

  • Node.js: version >= 16.9.0 required (ab0a8e5)
  • dependency: discord.js updated to version 14.7.1
  • license: date updated for 2023 (#58)
  • README: link to Lioness100's profile added (#60)
  • README: link to discord.js repository added (63d7c73)
  • README: some sentence changes (63d7c73)

v1.2.0

07 Sep 19:22
Compare
Choose a tag to compare

Version mostly focused on text corrections and compatility with discord.js v13. The Horsengel roulette is not compatible with discord.js v12 anymore (use the v1.1.0 in this case).

New

  • Node.js requirements added to package.json (c5d2fb0)
  • horsengel-roulette version to use dependending of discord.js v12 or v13 added to README.md (bbc5e7d)
  • Node.js requirements added to README.md (#40)
  • Thanks section added to README.md (#43)

Modifications

  • Code adapted for discord.js v13 (#50)
  • Exemple in the readme file updated for discord.js v13 (bbc5e7d)
  • License updated for 2021 (#36)
  • Due to my GitHub projects all modified in lower case, the URLs in package.json have also been modified (#42)

Bug corrections

v1.1.0

01 May 17:33
Compare
Choose a tag to compare

Version mostly focused on bug corrections and compatility with discord.js v12. The Horsengel roulette is not compatible with discord.js v11 anymore (use the v1.0.4 in this case).

Modifications

  • Code adapted for discord.js v12 (#29)
  • The amount of time the bot takes to answer is stored in a variable (#19)

Bug corrections

  • The English argument (en) can be used without returning a bug (#38)
  • The invitation link is sent (#35)
  • When the bot does not want to play, its message is not sent twice anymore (#33)
  • When the bot does not want to play, no message is sent if the player can not be kicked (close #34)
  • The variable player is now referred to the object (#32)

Kicklee (v1.0.4)

03 Apr 13:30
Compare
Choose a tag to compare

Little update adding compatibility with TypeScript.

Thanks to @Lioness100 for her work.

New

  • Compatility with TypeScript projects : index.d.ts added (#30)

Kicklee (version 1.0.3)

30 Dec 15:26
Compare
Choose a tag to compare

The module is finally working. Final v1!

Thanks to the #TeamToilettesBio for the tests.

Bug corrections

  • The loser is kicked (#27)
  • The bot waits for the opponent's !yes before to start a game (#26)
  • If the bot doesn't have the permission to kick, a message is sent (#28)

Kicklee (version 1.0.2)

30 Dec 15:26
Compare
Choose a tag to compare

Some bug corrections (not enough for the module to work properly) and better code organisation.

New

Modification

  • Due to the creation of the method embedKick(), embed() has been renamed embedRound() (95dddd6)
  • Methods are organised in a better way (#24)

Bug corrections

  • Typographic corrections (#20, #21, 0165e35)
  • A DM is sent to the loser of the game when kicked (#22, #25)
  • The round message is always sent before the kick command message (#23)
  • <GuildMember> replaced by <User> when required (ee17c25)

Kicklee (version 1.0.1)

30 Dec 15:25
Compare
Choose a tag to compare

Lots of bug corrections (but not enough). Also, the bot now can accept or refuse to play to the Horsengel roulette.

New

  • If the bot is provoked, can either play (always win), either refuse and kick (a07f5d4)

Modification

  • Hard coded prefixes have been replaced by a variable (#18)
  • All strings aren't anymore in italic (#12)
  • Simplified refused game string (c37da1b)
  • package.json completed (#7, #10, 64d35da)
  • Source code better commented (#16)

Bug corrections

  • Typographic corrections (#8, #9, #15)
  • Playing against the bot now works (#11)
  • Chamber filled the right way depending if the opponent is the bot or a member (#13)
  • Shows the right player who abandoned the round (dfcf7e6)
  • Bots on the server can't be kicked (#14)

Kicklee (version 1.0.0)

30 Dec 15:25
Compare
Choose a tag to compare

First version of the Horsengel roulette. Saddly, it is broken.