Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Releases: TMUniversal/Emoji-Stealer

Final Revision

14 Oct 22:54
Compare
Choose a tag to compare

Version 1.2.2 FINAL / 15-10-2020

Features:

  • Help command filters for and only displays existing information on commands

Fixes:

  • Removed ? alias for >help as it interfered with quotes

Chores:

  • Update Documentation
  • Update Packages
  • Add Codacy and GitHub code quality and security analysis workflows
  • Bump version a final time (to 1.2.2)
  • Move dev configurations to external packages (see @TMWare)

Steal Command Timer

06 Sep 08:19
Compare
Choose a tag to compare

Changes

  • Help command now filters owner-only commands for non-owners
  • Steal command is now limited to one menu per user per guild at one time
  • All scripts now use yarn

Additions

  • Embeds that had the bot's name in their footer section now also show the version
  • Steal Command menu time can now be configured

Dockerized Demeanor

03 Sep 16:32
Compare
Choose a tag to compare

Additions

  • New Commands
    • LeaveServer
    • Shutdown
  • Add docker instructions
  • Add scripts
    • Installation
    • Update
    • Docker

Changes

  • Move client definitions to sperate .d.ts file
  • Extended type information on CounterManager
  • Moved presence updates to a new external package (@tmware/status-rotate)
  • Moved validator utility to a new external package (@tmware/jitsuyo)
  • Switch to yarn ecosystem
  • Revert from tslint back to eslint
  • Update eslint plugins
  • Apply new linting rules
  • Update dependencies

Fixes

  • Logging in StatCommand

Version 0.2.14

29 Aug 06:56
Compare
Choose a tag to compare

Changes

  • Removed eslint console disables
  • No longer saving emojis in an additional Buffer
  • Logging emoji upload issues
  • Rename Counter to CounterManager

Additions

  • Create update.sh
  • Extend package.json by more hooks

Statistic Semblance

21 Aug 08:35
Compare
Choose a tag to compare

Additions

  • Stats command that displays some numbers
  • Expanded typedef for AkairoClient

Changes

  • Moved VariableParser into StatusUpdater
  • Updated dependencies

Graceful Gusto

14 Aug 12:54
Compare
Choose a tag to compare

Changes

  • Steal and PFP commands are now guild-only.
  • StatusUpdater no longer downloads on every update, instead upon being initialized
  • More graceful exit:
    • Now attempts to upload all waiting data to APIs before exit.
  • Added some more startup logs
  • Applied new TSLint rules
  • Update dependencies

Additions

  • Added start.sh script that updates from github and installs dependencies
  • VSCode Debugger launch script

Fixes

  • StatusUpdater now synchronizes with client stats
  • VariableParser now doesn't crash when no variables are found

Track upload amounts

10 Aug 16:41
Compare
Choose a tag to compare
v0.2.10

0.2.10

Missing permissions handler

04 Aug 02:00
Compare
Choose a tag to compare

Bot will now notify when permissions are missing. Message includes which permissions are missing from whom.

Anonymized command logs

03 Aug 01:55
Compare
Choose a tag to compare

Custom Event Emitter

24 Jul 14:12
Compare
Choose a tag to compare

Changes

  • Added a custom event emitter to the client
  • Making use of the new event emitter to take care of updating the bot's stats regularly
  • Expanded TS declaration for client.