Skip to content

Commit e08495b

Browse files
authored
docs: use jump_url instead of content for default intents situation (#1700)
1 parent ebb420a commit e08495b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/Guides/01 Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async def on_ready():
7676
@listen()
7777
async def on_message_create(event):
7878
# This event is called when a message is sent in a channel the bot can see
79-
print(f"message received: {event.message.content}")
79+
print(f"message received: {event.message.jump_url}")
8080

8181

8282
bot.start("Put your token here")

0 commit comments

Comments
 (0)