Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make bot replies to commands use the Discord reply feature - probably WITHOUT a true mention #37

Closed
Silari opened this issue Apr 10, 2021 · 0 comments · Fixed by #39
Closed
Labels
enhancement New feature or request

Comments

@Silari
Copy link
Owner

Silari commented Apr 10, 2021

This was added in d.py 1.6.0. Might be nice to show what command the bot is responding to, in the unlikely event there are multiple commands being run in proximity.

For most command handlers this would be something like
channel.send(content=msg,embed=myembed, reference=message, mention_author=False

Or just
message.reply(content=msg, embed=myembed)
Not sure if that mentions or not.

@Silari Silari added the enhancement New feature or request label Apr 10, 2021
@Silari Silari added this to To do in Improvements via automation Apr 10, 2021
@Silari Silari linked a pull request Apr 12, 2021 that will close this issue
Silari pushed a commit that referenced this issue Apr 12, 2021
Bot replies will not trigger mentions.
@Silari Silari moved this from To do to In progress in Improvements May 14, 2021
@Silari Silari closed this as completed in b6232ca Jun 24, 2024
Improvements automation moved this from In progress to Done Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Improvements
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant