adam-baker / adam-baker/bork-bot
bot command: simple command generator
- Linguagem predominante
- Python
- Estrelas
- 3
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
write a cog that will allow for a user to input simple commands directly into the bot.
ex. .addcmd barking-snake
this command would add the command .barking-snake to the bot, when it's run - it shows the given img.
several ways to do this, can be data driven - create a small database that holds command name, command function, and on/off. then use some generic bot logic to catch commands on_message and preform actions when commands are caught.
another option would be to have code _write_ the code using scaffolding - but this might be a bit cumbersome and bloat the codebase.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
No file, test, or entry point is named. First determine how the bot currently receives commands and decide between the proposed database-driven approach and code scaffolding. Done means a user can add a simple command such as `.barking-snake` with an image and invoke it successfully.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- python
- Domínio
- backend
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100