Replies: 1 comment 2 replies
-
you can use: @bot.event
async def on_ready():
print("hi")
channel = bot.get_channel(63847328973829734289)
channel.send("hey") |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried using on_ready but can't figure out how to send messages without on_message
Beta Was this translation helpful? Give feedback.
All reactions