首页 > 解决方案 > How could I ping @here in Discord.py?

问题描述

I want to figure out how I can make my bot ping @here since I know how to make it ping @everyone. I am trying to make a bump system for my shop server.

标签: discord.py

解决方案


Simply send "@here"

await messageable.send("@here")

推荐阅读