1
Fork 0
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:
Steffo 2020-05-21 18:59:31 +02:00
parent 78b435ccb1
commit d4f6475ea6
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
3 changed files with 6 additions and 4 deletions

View file

@ -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 <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0+"

View file

@ -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__

View file

@ -1 +1 @@
semantic = "5.8.6"
semantic = "5.8.7"