fac30sb / discord-chatbot-emma-egbie

0 stars 0 forks source link

8. Command Processing #8

Closed electricblues closed 8 months ago

electricblues commented 9 months ago

As a back-end developer, I want to process commands directed at my bot by using string matching or a command prefix to distinguish between general messages and commands meant for the bot.

electricblues commented 9 months ago

some ideas: It would be cool if instead of checking a prefix, that we make it respond whenever it's mentioned with an @ symbol We could pass it the entire past conversation history as a system prompt, so it knows the whole chat history? Seems like cool things to experiment with.