Silveradoz
Silveradoz

Reputation: 49

How to get bot to say role but not ping?

How do I get my bot to say the name of a role without pinging the role itself? Does anyone know?

Upvotes: 0

Views: 462

Answers (1)

gee
gee

Reputation: 142

Use Role.name. It will return a string, rather than a Role object, which you could send as regular text.

Here's the documentation, it's your best friend.

Upvotes: 3

Related Questions