feat: added help command in bot.#24
Conversation
|
@antonio-pedro99 Can you check it out ? |
antonio-pedro99
left a comment
There was a problem hiding this comment.
Obrigado pela PR.
Deixei alguns comentários
There was a problem hiding this comment.
Esse ficheiro é user-based configuration
There was a problem hiding this comment.
Sim, vou concertar isso.
| "criado": "created", | ||
| } | ||
|
|
||
|
|
| case_insensitive=True, intents=intents) | ||
| searcher = GithubSearcher(github_token=GITHUB_TOKEN) | ||
|
|
||
| bot.remove_command('help') |
There was a problem hiding this comment.
Por padrão o bot já vem com o comando help, então essa linha remove esse comando padrão.
| title="SavannaBot", description="Search for github issues from discord", color=0x00ff00) | ||
| embed.add_field(name="How to use", | ||
| value="To use this bot, type `/svn` followed by the search terms. For example: `/svn language:python owner:django`", inline=False) | ||
| embed.add_field(name="Available search terms", |
There was a problem hiding this comment.
Isso não é verdade.
O Bot suporta todas queries possíveis no github.
There was a problem hiding this comment.
Vou verificar isso.
|
@jocaetano1 @trupakufi temos alguma novidade aqui? |
@antonio-pedro99 Neste final de semana vou tentar terminar essa feat. |
closes #17
Added help commad in bot
@aosccode