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
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.
This will not work if you type
.fgor even.FGhttps://www.irccloud.com/pastebin/AiCt9pOF
^lowercase