Skip to content

Releases: taranvohra/bBot

v3.0.0

03 Jun 17:48
e47c8d1
Compare
Choose a tag to compare

BREAKING CHANGE

Upgraded Discord.js from v12 to v13. This requires a minimum node version of 16.6.0

v2.1.0

23 Apr 14:57
ff1253b
Compare
Choose a tag to compare

NEW FEATURES

Commands like last, stats, autoremove and block now shows time in the user's local timezone instead of GMT either directly or by hovering on it.

Example
image

v2.0.0

02 Dec 16:10
Compare
Choose a tag to compare

🚨 BREAKING CHANGES 🚨

  • addautoremove or aar has been changed to just autoremove or ar.
  • To clear autoremove just use autoremove or ar with no duration

NEW FEATURES

blockcaptain command. Now you can block a particular user from becoming a captain in pugs by adding that user to the blocked captain list. Closes #35

v1.8.0

20 May 15:28
Compare
Choose a tag to compare

Features

  • liast command. Combination of list and last commands.

Fixes

  • Fixed some rare bug scenarios when bot is registered with a new guild.

v1.7.1

19 May 15:40
9fb881f
Compare
Choose a tag to compare

Fixes

  • Fixed scenario where autoremoval for users weren't cleared when a pug was filled.
  • Improved some messaging for autoremove commands.

v1.7.0

14 May 17:30
3ef362f
Compare
Choose a tag to compare

Features

  • AUTOREMOVAL. Users can now add an autoremoval request to remove them from their joined pugs after a certain expiry.
  • Pick command now let's you use @mention.

v1.6.0

11 May 09:38
24e4e13
Compare
Choose a tag to compare

Features

  • setpickingorder command. Let's you enforce custom picking order for a gametype.

Fixes

  • Fixed scenario where user could join other pugs while being in an already filled pug.
  • Fixed scenario where gametypes with only 1 team (DM gametypes) went into picking mode after being filled. These type of gametypes do not require picking and are considered done the moment they're filled.

v1.5.1

04 Apr 13:26
Compare
Choose a tag to compare

Fixes

  • Removed won, lost, win % from stats command as they are not in use anymore.
  • Fixed scenario where bot got restarted when invited to a server but not registered.
  • Refactored code at some places for more robustness.
  • Added the ability to take heap snapshots for profiling (DEV ONLY)

v1.5.0

02 Apr 18:57
Compare
Choose a tag to compare

Features

  • DOUBLE PICKING! pick command now let's you pick two players at once.
  • Querying a server will show country flag next to the title using geolocation service.

v1.4.0

03 Feb 17:08
ad579b4
Compare
Choose a tag to compare

Features

  • teamemojis command. Let's you configure what team emojis you want on a specific gametype (or all gametypes) going forward.
    3 types available - agonies, cores, logos

Bugfixes

  • Fixed the scenario where some usernames weren't being properly formatted with bold/italics styling