feat: rename /clipboard to /paste

This commit is contained in:
Jonathan Ellis 2024-09-19 09:45:59 -05:00
parent e6037140be
commit dca9b18871

View file

@ -1035,8 +1035,8 @@ class Commands:
return text return text
def cmd_clipboard(self, args): def cmd_paste(self, args):
"Add image/text from the clipboard to the chat (optionally provide a name for the image)" "Paste image/text from the clipboard into the chat (optionally provide a name for the image)"
try: try:
# Check for image first # Check for image first
image = ImageGrab.grabclipboard() image = ImageGrab.grabclipboard()