@UGH.command()
async def support():
message = 'A Staff member will be with you shortly, please do not run this command more than once.'
await UGH.say(message)
答案 0 :(得分:0)
您可以通过以下方式向人们发送消息:
private_channel = await client.start_private_message(message.author)
await client.send_message(private_channel, "Message")