interactions-py / interactions.py

A highly extensible, easy to use, and feature complete bot framework for Discord
https://interactions-py.github.io/interactions.py/
MIT License
833 stars 185 forks source link

docs: use jump_url instead of content for getting started guide #1700

Closed AstreaTSS closed 3 months ago

AstreaTSS commented 3 months ago

Pull Request Type

Description

This PR changes up the Getting Started guide so that the example uses jump_url instead of content when showing off the message create event. This ensures the example always works as expected with the intents (the default ones) specified in said example.

Changes

its like a one line diff lol

Related Issues

Test Scenarios

Python Compatibility

Checklist