adam-baker / adam-baker/bork-bot
bot command: simple command generator
- Lenguaje dominante
- Python
- Estrellas
- 3
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.