We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fca5b commit 06b341aCopy full SHA for 06b341a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 3.0.3
2
+
3
+- [**Fixed**] Fixed more issue with Google search throwing error when there's unsupported "special" results
4
+- [**Improved**] Google search now supports Currency converter
5
6
# 3.0.2
7
8
- [**Changed**] **Behind the scene**: Replace cse with google search web scrape
core/bot.py
@@ -61,7 +61,7 @@ class ziBot(commands.Bot):
61
62
# --- NOTE: Information about the bot
63
author = "ZiRO2264#4572"
64
- version = "`3.0.2` - `overhaul`"
+ version = "`3.0.3` - `overhaul`"
65
links = {
66
"Documentation (Coming Soon\u2122)": "https://z3r0.readthedocs.io",
67
"Source Code": "https://github.com/ZiRO-Bot/ziBot",
0 commit comments