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 3646632 commit b1c5b0aCopy full SHA for b1c5b0a
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+
3
+## [1.18.0](https://github.com/ooliver1/botbase/compare/v1.17.7...v1.18.0) (2022-07-09)
4
5
6
+### Features
7
8
+* allow no prefix with no database + app event ([ba49928](https://github.com/ooliver1/botbase/commit/ba4992860aa1794bfbcc30f6837f68ef14871185))
9
+* do not load help if no prefix exists ([80bb58b](https://github.com/ooliver1/botbase/commit/80bb58be49269066853a6896771042db5ec971f7))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ooliver-botbase"
-version = "1.17.7"
+version = "1.18.0"
description = "A personal nextcord bot base package for bots."
authors = ["ooliver1 <oliverwilkes2006@icloud.com>"]
license = "MIT"
0 commit comments