Skip to content

Releases: Floydan/discord-pickup-bot

v1.9.2.5

18 May 08:41
2f25a35

Choose a tag to compare

Update dotnetcore.yml

fixed zip step folder path and upload artifact path

v1.9.2.4

18 May 07:52
7cd89a4

Choose a tag to compare

Update dotnetcore.yml

added -r runtime identifier to restore step and build step
removed --no-restore from build step

v1.9.2.2

17 May 17:39
1e53196

Choose a tag to compare

Update dotnetcore.yml

fixed build output and zip steps

v1.9.1

17 May 07:47

Choose a tag to compare

New:

  1. Added support for systemd hosting
  2. Updated bot start sequence to now automatically reconnect in case of outage
  3. Bot now keeps track of teams and voice channels via data layer when pickup queue has been started
  4. A new command has been added: !teams [queue name]
    1. This will show the generated teams and will notify the server via rcon if applicable
  5. Removed InMemory data storage as it is no longer used
  6. !help command now triggers reply from bot as a DM to reduce channel spam
  7. Bot replies now autodestruct after a set timer depending on type of reply

Refactoring:

  • Added refactorings for better maintainability by splitting the PickupModule into separate partial files
  • Removed duplicated code

v1.6.1

06 May 10:18

Choose a tag to compare

New:

  1. The bot now supports activity text updates to show how many players are on the server.
  2. Added new operators -game -host -port
  3. Added activity stats that track usages of !create !add and !promote on a per user level
  4. Added command for listing the top10 activity users in each category
  5. Added alias clean to command clear by request from @roo 🥇
  6. Added github integration for listing releases using the command !releases

Refactoring:

  1. Moved Google translate integration to separate library.
  2. Message formatting are now using StringBuilder for better readability

v1.2.0

01 May 08:17

Choose a tag to compare

#v1.2.0
This realease contains support for command operators
Operators included in this release is:

  • -coop
    Changes the behaviour of teamsize, when creating a pickup queue, which is now only counted towards 1 team and no team splits are done,
  • -rcon
    Enables rcon communication for queue !start
    If this isn't passed the default value to enable rcon
  • -norcon
    Disables rcon for queue

Note
Future releases will add support for the following command operators:
-captains
-captain
-novoice
-gamemode
-gmode

Example usage of command operators

!create [queueName] <teamsize> <operators>
!create pickup 4 -rcon
!create wipeout 4 -coop -norcon

v1.1.0

29 Apr 17:46
543e0e2

Choose a tag to compare

Added support for rcon server to server communication.
Added Google translate support to help multi lingual discord servers.
Numerous updates and fixes

v1.0.0

13 Apr 11:03
f97bec3

Choose a tag to compare

Initial release