Skip to content

Instantly share code, notes, and snippets.

@velddev
Last active August 11, 2017 19:51
Show Gist options
  • Save velddev/25acc67f8cf36e71a8282f5d4628a946 to your computer and use it in GitHub Desktop.
Save velddev/25acc67f8cf36e71a8282f5d4628a946 to your computer and use it in GitHub Desktop.
Miki v0.4.1 changelog

Miki v0.4.1

Index

Additions

Visuals
Changes

Fixes

Additions

Admin Module

  • Added showmodule, shows you the states of every command in a channel for their respective module.
    • Usage
      >showmodule <module>
    • Example
      >showmodule general

General Module

  • calc is reworked, much smarter!
  • roll now works with differently
    • >roll (returns a random number between 1 and 100)
    • >roll 60 (returns a random number between 1 and 60)
    • >roll r2d3 (returns 2 3-sided dice)
    • >roll r2d3 + 2 (returns 2 3-sided dice + 2 added to the final sum)

Overwatch Module

  • Overwatch module containing some overwatch related things your overwatch profile.
    Usage
    >owuser <user#discriminator> [-c:competitive] [-eu|-us|-kr]
    Example
    >owuser Veld#2438 -c gets Veld's most active competitive profile
    >owuser Veld#2438 -eu gets Veld's european quickplay profile

Visuals

  • created a custom miki server for resources
  • custom emoji added for showmodule

Changes

General

  • new aliases added
    • pat(pet)
    • bj(blackjack)
    • s(slots)
    • bal(mekos)
    • setcommand(setevent, so that the old command still works)

Achievements

  • Legend achievement level requirement increased to 100 (was 75)

  • Added new Level tier: Epic (🌸, gained at level 150)

  • Added new Dat boi tier: It's wednesday my dudes (🇼, secret)

  • Added new achievement: Lonely (😭, Try marrying yourself)

Actions Module

  • new images added to action commands (thanks to Tal & Karen)

Admin Module

  • Ban / Kick / Softban now show the reason given in the audit log.
  • Ban / Kick / Softbans now checks if the banned person can not be banned
  • Prune has been reworked and functions way better now (thanks to Drummss!)
  • Clean has been reworked as well! (also thanks to Drummss!)

Games Module

  • blackjack from now on, the dealer hides the second card until.

General Module

  • >setcommand is now >setevent, and includes services.

Backend

  • background processes (levelling, counting commands, etc.) are now toggleable services. If you do not want people to earn achievements in the channel #serious, you could now do >setevent achievements 0 in #serious.
  • smart cooldowns, cooldowns will now adjust from 0 to 2 seconds based on activity per user.

Fixes

  • Fixed achievement achievements
  • Photobucket images are removed from action commands.
  • Random number generator is completely reworked.
  • Blackjack shouldn't crash anymore.
  • Buying marriage slots no longer freeze, same issue as Blackjack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment