We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb420a commit e08495bCopy full SHA for e08495b
docs/src/Guides/01 Getting Started.md
@@ -76,7 +76,7 @@ async def on_ready():
76
@listen()
77
async def on_message_create(event):
78
# This event is called when a message is sent in a channel the bot can see
79
- print(f"message received: {event.message.content}")
+ print(f"message received: {event.message.jump_url}")
80
81
82
bot.start("Put your token here")
0 commit comments