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

Message Event Methods #38

Closed
davfsa opened this issue Aug 20, 2020 · 0 comments · Fixed by #58
Closed

Message Event Methods #38

davfsa opened this issue Aug 20, 2020 · 0 comments · Fixed by #58
Labels
enhancement New feature or request
Milestone

Comments

@davfsa
Copy link
Member

davfsa commented Aug 20, 2020

  • Change MessageUpdateEvent docstring to contain example of how to check for unset values.
    • fetch_guild
    • fetch_channel
    • fetch_author
    • fetch_member
    • fetch_mentioned_users (iter)
    • fetch_mentioned_roles (iter)
    • fetch_mentioned_channels (iter)
    • delete
    • edit
  • MessageDeleteEvent
    • fetch_channel
    • fetch_guild
  • MessageDeleteBulkEvent
    • fetch_channel
    • fetch_guild
  • MessageReactionAddEvent ( base of ReactionEvent )
    • add_reaction - adds a reaction as the bot.
    • remove_reaction - removes a reaction as the bot.
    • fetch_user
    • fetch_message
    • fetch_channel
    • fetch_guild

^-- same applies for removal events

@davfsa davfsa added the enhancement New feature or request label Aug 20, 2020
@ghost ghost mentioned this issue Aug 21, 2020
@ghost ghost closed this as completed in #58 Aug 21, 2020
@ghost ghost added this to the 2.0.0 milestone Sep 4, 2020
This issue was closed.
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant