Twentysix26 / x26-Cogs

General purpose cogs for Red V3
GNU General Public License v3.0
41 stars 29 forks source link

[Feature request] Add mute-user action #8

Open Jacob-1999 opened 3 years ago

Jacob-1999 commented 3 years ago

Cog

Describe the feature you'd like to see Add more Discord action actions like mute-user so I can create a modlog with a specified reason.

send-mod-log does not add a reason to manually adding the muted role to a user.

Twentysix26 commented 3 years ago

I'd like to support core muting functionalities but at the moment there's no API for cogs to interface with. I'll hold off until then

Twentysix26 commented 3 years ago

FYI you can achieve the same end result with issue-command now. This will stay open until there is proper support though.

Jacob-1999 commented 3 years ago

With the Mutes cog, does that open up the API or no, still?

Twentysix26 commented 3 years ago

With the Mutes cog, does that open up the API or no, still?

No. You will need to have it loaded if you want to make use of it through issue-command though.

DoctorDinosaur commented 3 months ago

Kinda superceded by #64 which has been added to dev branch already.