Skip to content

Commit

Permalink
+ [ 3 files changed ] - Finally fixed modlog
Browse files Browse the repository at this point in the history
null2264 committed Aug 13, 2021
1 parent ab263e2 commit 3a133ae
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.2.6

- [**Fixed**] Fixed modlog. Added 5 second delay, letting Audit Logs to update
before sending modlog

# 3.2.5

- [**New**] Added ZView (`core/views.py`)
2 changes: 1 addition & 1 deletion core/bot.py
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ class ziBot(commands.Bot):

# --- NOTE: Information about the bot
author: str = getattr(config, "author", "ZiRO2264#9999")
version: str = "`3.2.5` - `overhaul`"
version: str = "`3.2.6` - `overhaul`"
links: Dict[str, str] = getattr(
config,
"links",
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Z3R0"
version = "3.2.5"
version = "3.2.6"
description = "A multi-purpose open source discord bot"
authors = ["null2264"]
license = "MPL-2.0"

0 comments on commit 3a133ae

Please sign in to comment.