[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History

UITH

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Upload Image To Host (UITH)

If you have installed this plugin during its development, you may need to delete UITH.json file in /Aliucord/settings folder in order for the new version to work properly.

Setting up

If you don't know what sharex is then this plugin isn't for you. Please don't ask how to get a .sxcu file. I assume you know what it is and where to get it from, so let me explain how to use this plugin.

Adding sxcu file

Use the /uith add slash command to save the sxcu file contents. Here's the steps on how to do it:

  1. Open your .sxcu file and copy the contents to clipboard.
  2. Open Aliucord, type /uith add and paste the contents you copied. uith_add If everything goes well, you should see this message: uith_add_success
  3. Try testing the plugin by sending an image selected from the attachments tab. You should (hopefully) get the link of the image which is sent to chat automatically.

NOTE: Your screen will freeze when you upload an image, it is normal. I will try to fix this in future updates.

NOTE: You can use /uith current to see your current configuration settings.

If you don't get the image URL, join my server. Server invite link is there on the plugin settings page.


UITH Slash Commands

uith_cmds


UITH settings

uith_settings

Regex

Most of the time you don't need to configure this. I have it set so that it should hopefully get the image URL. But if it doesn't get the image URL for you, you can use your own regex to capture the URL. Check the Debug Logs when you upload an image, the whole response returned from your desired image host API is available: uith_resp

If you need help with regex, join my server. Server invite link is there on the plugin settings page.

* Every other settings are straightforward, I don't need to explain it.