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

docs(examples): add message_content or remove prefix where applicable #746

Merged
merged 4 commits into from
Jul 21, 2022

Conversation

ooliver1
Copy link
Member

@ooliver1 ooliver1 commented Jul 19, 2022

Summary

This uses Intents.message_content for ext.commands examples, removes prefix when not needed, and uses slash commands when ext.commands is not being demonstrated.

closes #728

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
    • I have run task pyright and fixed the relevant issues.
  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)
    (is a code change but not to the library, its documentation)

@ooliver1 ooliver1 added p: low Priority: low - not important to be worked on s: awaiting review Status: the issue or PR is awaiting reviews t: docs Type: docs - improvements or additions to documentation labels Jul 19, 2022
@netlify
Copy link

netlify bot commented Jul 19, 2022

Deploy Preview for nextcord-gh-action ready!

Name Link
🔨 Latest commit a1c388f
🔍 Latest deploy log https://app.netlify.com/sites/nextcord-gh-action/deploys/62d71c18c17c830008883074
😎 Deploy Preview https://deploy-preview-746--nextcord-gh-action.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@ooliver1 ooliver1 merged commit 24a6e6c into master Jul 21, 2022
@ooliver1 ooliver1 deleted the ooliver1/docs/examples-message-content branch August 5, 2022 16:01
@ooliver1 ooliver1 removed the s: awaiting review Status: the issue or PR is awaiting reviews label Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p: low Priority: low - not important to be worked on t: docs Type: docs - improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Examples that use prefix commands should have message content intent added
3 participants