You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
I've been working with GPT and Claude for two days to figure out a way to use python to delete images in a given channel and, therefore, the MJ gallery. Need to add the CROSS (X) as a reaction on each posted image. I have hundreds to remove, and this script seems like it can do the job if configured properly. I'm just starting as a coder so any help would be appreciated. If you already know how to do this, I will buy you lunch to show me how :-)
The text was updated successfully, but these errors were encountered:
@RourkeMind You'd want to use the bot event on_message function to append a new 'X' interaction element view to your messages, similar to how the buttons branch functions. View the button branch
Essentially, create a new class, "mJDeleteView" or something like that.
Use the use the Discord interactions from discord.py
I've been working with GPT and Claude for two days to figure out a way to use python to delete images in a given channel and, therefore, the MJ gallery. Need to add the CROSS (X) as a reaction on each posted image. I have hundreds to remove, and this script seems like it can do the job if configured properly. I'm just starting as a coder so any help would be appreciated. If you already know how to do this, I will buy you lunch to show me how :-)
The text was updated successfully, but these errors were encountered: