Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
add this to the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoksej authored Dec 17, 2020
1 parent bfdeb05 commit 1e0e6a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cogs/changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
'V1.5.4': '1. Added intents\n2. Fixed `togglemsg joinembed` not enabling embeds when joinlogs are on.',
'V1.5.5': '1. Fixed automod not allowing to mention anyone when anti-massmention is enabled',
'V1.5.6': '1. Added `duck` command\n2. You can now view prefix with `prefix` command without needing to have manage server permissions',
'V1.5.7': '1. Removed `nekos.life` powered commands (`spank`, `cuddle`, `hug`).\n2. add privacy policy command'
'V1.5.7': '1. Removed `nekos.life` powered commands (`spank`, `cuddle`, `hug`).\n2. added privacy policy command',
'V1.5.7.1': '1. Fixed prefix command not displaying current prefix when user has manage server permissions'
}

version = '1.5.7'
version = '1.5.7.1'
most_recent = CHANGE_LOG["V"+version]

def setup(bot):
Expand Down

0 comments on commit 1e0e6a7

Please sign in to comment.