i want to write a welcome message to the standard welcome-channel on the discord-server, but i don't know how to address it.
Normally i would write:
await client.get_channel(Channel_ID).send(f"...")'
But if I implement a specific channel ID, I cannot use the bot on another server. In the server settings I set a "default notification channel". How can I have the messages automatically posted to this channel, no matter on which server the bot is located?
Thanks for you help!