Sehelitar / Kick.bot

A powerful Kick integration for Streamer.bot
https://sehelitar.tv/
GNU Affero General Public License v3.0
19 stars 4 forks source link

[Request] Commands Only One User Can Use. #29

Open Jyojibh opened 8 months ago

Jyojibh commented 8 months ago

In the Commands tab there is the ability to add either moderators etc but is there a way to implement the same thing for kick where it can pull users from kick to be able to only use those actions you assign to said user.

Ex: Command - !Memes User - SendMemesPlox

Action: Trigger - !memes Sub Action - Play Sound file from folder.

Sehelitar commented 8 months ago

There's no way to add users from an external source unfortunatly, so this is not possible yet.

Sehelitar commented 7 months ago

The only way to limit access to a command to a few specific users is to implement this in your action and check if the user argument matches someone in your list (with a bit of C# code maybe). I might have something in mind for this.