I have a slash command written in the discordrb library. I want to know how I can get the user_id of who sent that slash command.
I’ve looked around the documentation and wiki for Discordrb and I haven’t been able to find anything. I know it’s possible using the discord.py library using interaction.author
, so I know it’s possible, just not sure how to do it in discordrb.
New contributor
Droid is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.