mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Bugfix
This commit is contained in:
parent
9a2d43aef3
commit
1c6ddad5ea
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class KvactiveCommand(Command):
|
||||||
command_description = "Seleziona un gruppo di valori kv."
|
command_description = "Seleziona un gruppo di valori kv."
|
||||||
command_syntax = "(nomegruppo)"
|
command_syntax = "(nomegruppo)"
|
||||||
|
|
||||||
require_alchemy_tables = {ActiveKvGroup, Royal}
|
require_alchemy_tables = {ActiveKvGroup, Royal, Keygroup}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
async def common(cls, call: Call):
|
async def common(cls, call: Call):
|
||||||
|
|
Loading…
Reference in a new issue