CSI-280 / Pandoras-Bot

A Discord Bot that plays multiple games and records stats
0 stars 1 forks source link

Add documentation for future commands and instructions to the readme and also in the bot itself. #28

Closed Gumbachi closed 4 years ago

Gumbachi commented 4 years ago

the documentation for the bot to use should be a dictionary that follows this kind of structure:

help_info = {
    "Page 0": {
        "title": "Table of Contents",
        "description": "important info",
        "field1": "info",
        "field2": "info"
    },
    "Page 1": {
        "title": "Tic Tac Toe",
        "description": " ",
        "How To Play": "tell em",
        "Rewards": "what u get if u win"
    },
}
Gumbachi commented 4 years ago

there is no formatting nice.

chrisbendel commented 4 years ago

@Gumbachi surround the code in triple backticks

code