Closed Sid200026 closed 4 years ago
Hi, I'd like to work on this.
I guess my plan would be to refactor all channel.send
calls not yet sending an embed and using a custom function as_embed(text: str) -> Embed
imported from a helper module to format them consistently.
Just need to decide which embed format to use across all messages as signature.
The approach sounds good to me. You can go ahead with it.
Currently the bot responds to the user using normal texts. A more elegant approach would be the usage of discord' Embed. Your task will be to convert each of the responses provided by the bot to a discord Embed.