GravelMC/plugins/core/commands/help.py

9 lines
267 B
Python
Raw Permalink Normal View History

2024-10-21 10:22:24 -05:00
import lib.commands
import lib.globalData
def init(globalData: globalData):
helpCommand: lib.commands.Command = lib.commands.Command("[command]", "Prints this help message.", helpCommand)
def helpCommand(command: str = None):
print("Available Commands:")