C10udburst's Discord related code
Paste a plugin URL into the Plugins page of Vendetta, following a basic format of:
https://YOUR_GITHUB_USERNAME
.github.io/REPO_NAME
/PLUGIN_NAME
- Hidden channels:
View the name and description of channels you can't access
- Install link:
https://c10udburst-discord.github.io/vendetta-plugins/hidden-channels
- Install link:
- Create webhooks:
Create webhooks from the webhook management screen
- Install link:
https://c10udburst-discord.github.io/vendetta-plugins/create-webhooks
- Install link:
- Delete embeds:
Adds a msg sheet option to suppress embeds.
- Install link:
https://c10udburst-discord.github.io/vendetta-plugins/delete-embeds
- Install link:
Discord is completely redoing Android client, therefore these plugins won't work for the new React Native version. You can check out my plugins for the new version right here.
Click on a plugin name to download, and then move the downloaded file to the Aliucord/plugins
folder
-
DeleteEmbeds | Adds an option to the long press menu which allows you to delete embeds. Works just like the x button on desktop clients.
-
EditWebhooks | View, delete and create webhooks
-
MoreTags | Show OWNER, STAFF, MOD, WEBHOOK and SERVER and SYSTEM tags appropriately.
-
ReactionEmojiName | Long press to see the reaction name (Updated version of this)
-
Notifier | Log guild leaves and unfriends
-
HighlightOwnMessages | Customize how messages from yourself look.
-
TextReplace | Customizable text replacer.
-
SendEmbeds | Adds a
/embed
command and a button which opens an ui which can be used to send embeds (using links and webhooks).
Click on a plugin name to download, and then move the downloaded file to the Aliucord/plugins
folder
- SendEmbedsExtra |
Adds a
/embed
command and a button which opens an ui which can be used to send embeds (using links and webhooks).
- AtSomeone: @Someone randomly on the server
- CreateWebhooks: Create webhooks from the webhook management screens
- EmnityCompat: Injects emnity into aliucordrn, but plugins and themes don't work, since they are handled on the native side.
- HiddenChannels: View the name and description of channels you can't access
- MessageLogger: Shows deleted/edited messages.
- MetroTools: Useful for devs. Find modules using /commands
- SilentTyping: Makes Discord not send your typing indicator
- Token: Get your token via the /token command
- VendettaCompat: Injects vendetta into aliucordrn
- ViewProfileImages: Allows you to open user or server avatars by tapping them, similar to attachments or embeds.
- Sessions: Shows you active sessions on your account
- Token: Get your Discord token via a command.
Installation
- Go to Plugins and press the ☁ button.
- Paste this url:
- Download plugins
Note Consider using Discord Favourites instead.
Basically announcement channels, but for any text channel.
Warning This requires client token. This can be concidered self-botting and can get your account banned.
Installation
git clone https://github.com/c10udburst-discord/discord-announcer.git
- create
config.json
- Use the online tool OR
- you can look at
config.example.json
look into config.example.json to see how it should look
- run
- optionally set up venv
- install requirements, by running
python3 -m pip install -r requirements.txt
- run
main.py
OR - Fork this repo
- Uncomment schedule in bot.yml
- Put your
config.json
in secret gist and create a repository secretCONFIG_URL
Warning You will use AliucordManager instead, as it is now usable
Inject AliucordRN into discord's react native alpha using github workflows.
The workflow uses a modified version xTyman's script.