diff --git a/pyproject.toml b/pyproject.toml index 9506e992..21fc735b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "royalpack" - version = "5.8.6" + version = "5.8.7" description = "A Royalnet command pack for the Royal Games community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" diff --git a/royalpack/commands/__init__.py b/royalpack/commands/__init__.py index e6d40c58..48ce16ed 100644 --- a/royalpack/commands/__init__.py +++ b/royalpack/commands/__init__.py @@ -57,8 +57,9 @@ from .royalpack import RoyalpackCommand from .givefiorygi import GivefiorygiCommand from .help import HelpCommand from .pug import PugCommand -from .magicktreasure import CreatetreasureCommand +from .magicktreasure import MagicktreasureCommand from .treasure import TreasureCommand +from .givetreasure import GivetreasureCommand # Enter the commands of your Pack here! available_commands = [ @@ -120,8 +121,9 @@ available_commands = [ GivefiorygiCommand, HelpCommand, PugCommand, - CreatetreasureCommand, + MagicktreasureCommand, TreasureCommand, + GivetreasureCommand, ] # Don't change this, it should automatically generate __all__ diff --git a/royalpack/version.py b/royalpack/version.py index 206beda3..4a0eb5f0 100644 --- a/royalpack/version.py +++ b/royalpack/version.py @@ -1 +1 @@ -semantic = "5.8.6" +semantic = "5.8.7"