Skip to content

Releases: utarwyn/discord-tictactoe

v2.1.1

22 Jun 19:58
ce310c9
Compare
Choose a tag to compare

Changelog

Need help with the bot? Feel free to open an issue!

v2.1.0

12 Mar 22:40
1f78752
Compare
Choose a tag to compare

Changelog

  • GH-21: support custom command handling systems [b8e00e2]
  • GH-21: improve methods lisibility to create a game instance [8bfe787]
    (old methods will be removed in the next version)
  • GH-25: add configurable gameboard deletion [c0625fa]
  • GH-25: add configurable cooldown on game command [7c34d9c]
  • GH-25: add configurable list of role ids which can start a game [4a5f580]
  • GH-22: add configurable message expire times (duel request, gameboard) [7043049]
  • GH-27: add German language (thanks to @Boschman21) [c320718]

Need help with the bot? Feel free to open an issue!

v2.0.8

08 Feb 18:07
e3211b3
Compare
Choose a tag to compare

Changelog

Need help with the bot? Feel free to open an issue!

v2.0.7

31 Oct 23:47
37f9360
Compare
Choose a tag to compare

Changelog

  • GH-13: Avoid using specific mentions when an opposant is not found (thanks to @anjannair) [bb4183a]
  • GH-14: remove offline check of an invited member (thanks to @JoepTM) [301e09c]
  • Bump discord.js to 12.4.1 [56cb8fd]

Need help with the bot? Feel free to open an issue!

v2.0.6

18 Oct 22:32
dc23be3
Compare
Choose a tag to compare

Changelog

Some new languages added thanks to the amazing community! Thank you everyone!

Need help with the bot? Feel free to open an issue!

v2.0.5

25 Aug 21:47
f6b670e
Compare
Choose a tag to compare

Changelog

Need help with the bot? Feel free to open an issue!

v2.0.4

26 Jun 23:02
Compare
Choose a tag to compare

Changelog

  • Fix wrong import when using the bot with NPM [e1c5b8b]

Need help with the bot? Feel free to open an issue!

v2.0.2

26 Jun 22:33
Compare
Choose a tag to compare

Changelog

  • Update the workflow to publish the bot on NPM [7f2e789]

Need help with the bot? Feel free to open an issue!

v2.0.1

14 Jun 11:31
Compare
Choose a tag to compare

Changelog

  • Prevent game crash when a player reacts on already played positions [47ea05b]
  • Fix wrong typo in the English language file [037202a]

Need help with the bot? Feel free to open an issue!

v2.0.0

11 Jun 19:57
271a3b1
Compare
Choose a tag to compare

Changelog

  • New feature: duel request message [c471bdf]
  • New feature: first AI implementation (Minimax) [baed90a]
  • New feature: new gameboard [9ab5a34]
  • Support languages EN, FR [75ad099]
  • Using Typescript, Jest, Prettier, ESLint [6ffa479, b65dfb6]
  • Add Docker integration [45887ca]

Need help with the bot? Feel free to open an issue!