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

Commit

Permalink
forgot to do this
Browse files Browse the repository at this point in the history
  • Loading branch information
showierdata9978 committed Oct 27, 2023
1 parent b366026 commit 608bcca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MeowerBot/Bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ def inner(func):
cmd = AppCommand(func, name=name, args=args)
cmd.register_class(self)

self.subcommand = AppCommand.add_command(self.commands, cmd)

self.commands = AppCommand.add_command(self.commands, cmd)

return cmd
return inner
Expand Down
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 = "MeowerBot"
version = "3.0"
version = "3.0.1.1"
description = "A meower bot lib for py"
authors = ["showierdata9978 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 608bcca

Please sign in to comment.