Reputation: 49
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
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