Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Releases: dssecret/torn-bot

Version 1.3

15 Mar 21:48
Compare
Choose a tag to compare

Added

  • Fulfill command to replace withdrawal reaction
  • Added support for mil and bil in the text_to_num function

Fixed

  • Discord disconnecting from bot breaking reaction in withdrawal request
  • Withdrawal command for unverified users

Version 1.3 Pre-Release 5

12 Feb 02:49
Compare
Choose a tag to compare
Pre-release

Added

  • JSON files to store data instead of .ini files
  • Info command
  • Function to make API calls to Torn
  • Additional commands to Torn cog
  • Verification of user's identity in Vault cog

Removed

  • Superuser pull command
  • Superuser restart command

Fixed

  • Lack of support for commas in text_to_num function

Version 1.3 Pre-Release 4

10 Feb 02:12
Compare
Choose a tag to compare
Pre-release

Added

  • Autodeletion of withdrawal and balance commands
  • Logging of discord.py
  • License command

Fixed

  • Config command
  • Subfaction withdrawals emoji reaction

Changed

  • Help command to be more useful (now shows information about commands)

Version 1.3 Pre-Release 3

08 Feb 23:11
Compare
Choose a tag to compare
Pre-release

Added

  • Editable original message from the withdrawal command
  • ID storage with addid command
  • Auto-deletion of non-command messages in banking channel
  • Banking channel to config
  • Cooldown to most commands
  • Autodelete of balance commands

Changed

  • Withdrawal reaction to have specific loop instead of a general loop

Version 1.3 Pre-Release 2

07 Feb 02:17
Compare
Choose a tag to compare
Pre-release

Added

  • Single unified configuration command

Removed

  • Noob functions (Will be added as separate program soon)
  • Debug messages in withdrawal command

Version 1.3 Pre-Release 1

31 Jan 21:27
Compare
Choose a tag to compare
Pre-release

Added

  • Access log
  • Code of Conduct
  • Support for secondary faction in withdrawal and balance commands
  • Setkey command
  • Onjoin event

Version 1.2

25 Jan 16:48
Compare
Choose a tag to compare

Added

  • Noob role for users under level 15 in Torn
  • Purge command
  • Shutdown and restart command for superusers
  • Superuser check for admin commands (continuation to Issue #3)
  • Setguild command
  • Automatic running of noob function
  • Check to stop the runnoob command and noob function if the noob role has not been set
  • Noob status to enable or to disable the automatic noob function
  • Config command to retrieve current configuration
  • Pull command to retrieve latest commit from GitHub

Changed

  • Balance command to bal
  • Bal command to b

Fixed

  • Issue #6
  • Permissions bug where superusers can't run admin commands
  • Issue #10
  • Concatenation of Discord member and string
  • Functions using DEFAULTS as key instead of DEFAULT

Version 1.2 Pre-Release 6 (Patch)

22 Jan 21:02
Compare
Choose a tag to compare
Pre-release

Fixed

  • Issue #10
  • Concatenation of Discord member and string
  • Some functions using DEFAULTS as key for config instead of DEFAULT

Version 1.2 Pre-Release 5

20 Jan 23:40
e042245
Compare
Choose a tag to compare
Pre-release

Added

  • Check to stop the runnoob command and noob function if the noob role has not been set
  • Noob status to enable or to disable the automatic noob function

Changed

  • Indentation on withdrawal command
  • Automatic noob function to run every 12 hours from every hour
  • Automatic noob function and runnoob command to not check users in the list of users as value for over15 key in config.ini

Version 1.2 Pre-Release 4 (Patch)

16 Jan 00:57
Compare
Choose a tag to compare
Pre-release

Fixed

  • Issue #6
  • Permissions bug where superusers can't run admin commands
  • Other minor bugs