fix(command): correct export statement in ping command and update import in status command

This commit is contained in:
2025-10-29 16:27:18 +01:00
parent 978d21a120
commit 0504e8262d
2 changed files with 2 additions and 2 deletions

View File

@@ -46,4 +46,4 @@ const cmd : CommandDefinition = {
]
}
export default CommandDefinition;
export default cmd;