Skip to content

Hook.commands can only be lowercase #49

@dmodoomsirius

Description

@dmodoomsirius

When testing out a new command Luke and i found out that commands have to be lowercase for cloudbot to output even tho its says its loaded.

@hook.command("ForgeGradle", "FG")
def FG(message):
    message("What is ForgeGradle?");
    message("ForgeGradle is made by AbrarSyed. It allows forge to work with gradle and make modding Minecraft easier.")
    message("If you would like to help make it easier please feel free to help https://github.com/MinecraftForge/ForgeGradle.")
    return

This will not work if you type .fg or even .FG

https://www.irccloud.com/pastebin/AiCt9pOF
^lowercase

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions