mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
publish: 5.8.7
This commit is contained in:
parent
78b435ccb1
commit
d4f6475ea6
3 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalpack"
|
name = "royalpack"
|
||||||
version = "5.8.6"
|
version = "5.8.7"
|
||||||
description = "A Royalnet command pack for the Royal Games community"
|
description = "A Royalnet command pack for the Royal Games community"
|
||||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||||
license = "AGPL-3.0+"
|
license = "AGPL-3.0+"
|
||||||
|
|
|
@ -57,8 +57,9 @@ from .royalpack import RoyalpackCommand
|
||||||
from .givefiorygi import GivefiorygiCommand
|
from .givefiorygi import GivefiorygiCommand
|
||||||
from .help import HelpCommand
|
from .help import HelpCommand
|
||||||
from .pug import PugCommand
|
from .pug import PugCommand
|
||||||
from .magicktreasure import CreatetreasureCommand
|
from .magicktreasure import MagicktreasureCommand
|
||||||
from .treasure import TreasureCommand
|
from .treasure import TreasureCommand
|
||||||
|
from .givetreasure import GivetreasureCommand
|
||||||
|
|
||||||
# Enter the commands of your Pack here!
|
# Enter the commands of your Pack here!
|
||||||
available_commands = [
|
available_commands = [
|
||||||
|
@ -120,8 +121,9 @@ available_commands = [
|
||||||
GivefiorygiCommand,
|
GivefiorygiCommand,
|
||||||
HelpCommand,
|
HelpCommand,
|
||||||
PugCommand,
|
PugCommand,
|
||||||
CreatetreasureCommand,
|
MagicktreasureCommand,
|
||||||
TreasureCommand,
|
TreasureCommand,
|
||||||
|
GivetreasureCommand,
|
||||||
]
|
]
|
||||||
|
|
||||||
# Don't change this, it should automatically generate __all__
|
# Don't change this, it should automatically generate __all__
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
semantic = "5.8.6"
|
semantic = "5.8.7"
|
||||||
|
|
Loading…
Reference in a new issue