Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/joshuaKnauber/serpens_addon_market/llms.txt

Use this file to discover all available pages before exploring further.

The remove command permanently deletes a submission from the Serpens Addon Market. When you trigger it, the bot looks up all entries associated with your Discord user ID, lists the ones it finds, and removes whichever one you name. There is no confirmation prompt after you type the name — deletion happens immediately.

Remove Steps

1

Start the conversation

Type remove in #addon-market or #commands. The bot asks what type of content you want to remove.
2

Select the Addon type

Reply with Addon or A. The bot searches for all addons tied to your Discord user ID and lists them by name.If no addons are found under your account, the bot ends the conversation and notifies you.
3

Type the name of the addon to remove

Type the name of the addon you want to delete (matching is case-insensitive). The bot removes the entry from addons.json immediately.
4

Confirmation

The bot confirms: “Removed your addon! It might take a few minutes to get removed from the marketplace!”
Removal is permanent. Once you type the name of your entry, the bot deletes it from the JSON store (addons.json, snippets.json, or packages.json) with no additional confirmation step. After deletion, the bot automatically runs git add, git commit, and git push to commit the change to GitHub. The marketplace listing will be removed within a few minutes, but the operation itself cannot be undone through the bot — you would need to re-upload the entry from scratch.
You can type cancel at any step before naming the entry to abort the removal. The bot discards the conversation and your submission remains on the marketplace untouched.
Only the original submitter can remove an entry. The bot filters all lookups by your Discord user ID — you will only see and be able to remove entries that were submitted under your own account.
The bot automatically deletes your messages after processing each reply. This keeps the marketplace channels tidy throughout the remove conversation.

Build docs developers (and LLMs) love