Skip to content

Releases: garrett16r/Yuuki-Bot

v1.8.1 - The Timer and Time Capsule Update

09 Oct 16:40
Compare
Choose a tag to compare
  • .yu timer [message] will send you a message after the designated number of seconds, and will join your current VC to play a short sounds if you're in one.
  • .yu timecapsule/tc will wait until the designated date to send your message. Also deletes the command message so nobody knows what the message will be.
  • I think I added Nat's Elementalist Lux thing in this one too, that's kinda cool.

v1.7.3 - The Fancy Shiny Pokemon System Update

08 Aug 08:13
85c255f
Compare
Choose a tag to compare
  • Can use '.yu target ' to set a target Pokemon
  • Use '.yu target view' to check your current target
  • 'yu shinies <@user>' displays all shinies found by a user
  • Alolan and Galarian forms are supported as targets. (that was real fun to implement)
  • Did I do all the XP stuff in this update? I don't remember. But that's a thing too. '.yu xp <@user>' or '.yu leaderboard/lb'.

v1.6.3 - Channel Type Assignments

03 Aug 03:47
967312f
Compare
Choose a tag to compare

Wow that setup script is completely unneeded now, I did a smart and made all the SQL stuff happen on its own (other than creating the actual database, that's manual).

v1.6.2 - Added MySQL database with XP/Leveling system

31 Jul 19:31
Compare
Choose a tag to compare

Added a simple setup script:

  • Extract zip file to any location
  • Make sure NodeJS 12 and MySQL 8 are both installed/configured
  • MySQL may need to be added to system PATH (C:/ProgramFiles/MySQL/MySQL Server 8.0/bin)
  • Run start.bat in setup directory
  • Set environment variables in .env file
  • Set channel IDs in lib/constants.js

v1.5.1 - Updated to discord.js v12

30 Jul 01:56
bfd750d
Compare
Choose a tag to compare

Updates discord.js to v12. Bot now requires Node.js v12 or higher, but no dependency changes apart from that.

v1.4 - First Release

25 Jul 01:41
Compare
Choose a tag to compare

Lots of RNG, some commands and stuff, be ready to adjust a lot of stuff if you download this for some reason.