how to add server name in user personal chat from bot like #8097
Unanswered
ORGINRISHITH
asked this question in
Q&A
Replies: 1 comment
-
There is not enough context to properly answer your question, but if you have a async def some_handler(message: Message):
guild = message.guild
await message.author.send(f"Don't swear in {guild} ({guild.id})") |
Beta Was this translation helpful? Give feedback.
0 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.
-
like:- "hey you are found swearing(the server name here)"
Beta Was this translation helpful? Give feedback.
All reactions