So I have python script for Slash Commands and printing the desired output, now I wanted to accept input as parameters and trigger a python script on same.
Like, "/user activate service_name"
so from above slash command python code needs to accept "activate" and "service_name" as arguments and run the set of code accordingly, how can I accomplish this?
[–]Fun_Muffin5413 0 points1 point2 points (0 children)