Learned that I'm supposed to actually put the plugins in /plugins and not /userplugins, moved plugin into correct directory and fixed the .gitignore

This commit is contained in:
byron 2024-03-12 13:53:41 -04:00 committed by GitHub
parent 87e86271fe
commit f41c6f4762
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 1 deletions

2
.gitignore vendored
View file

@ -18,7 +18,7 @@ lerna-debug.log*
.pnpm-debug.log*
*.tsbuildinfo
src/userplugins/globalBadges.tsx
src/userplugins/
ExtensionCache/
settings/

View file

@ -0,0 +1,25 @@
<div align='center'>
<h1> WebhookManager </h1>
Manage your webhooks easily; delete, send messages, get detailed info and more.
</div>
## Commands
- /sendwebhookmessage - *Sends a message through a webhook.*
- /deletewebhook - *Deletes a webhook.*
- /webhookinfo - *Gets advanced details on the webhook such as the name, profile pic, server and channel ID, and additionally, information on person who created it*
<details><summary>Full /webhookinfo Output</summary>
- Webhook Username <br>
- Webhook ID<br>
- Webhook Token<br>
- Channel ID<br>
- Server ID<br>
- Webhook Profile Picture<br>
- Webhook Type<br>
- Creator UserID<br>
- Creator Username<br>
- Creator Profile<br>
</details>