Venbot: Difference between revisions

From Discord Client Modding Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 3: Line 3:


== History ==
== History ==
[[File:People hating Gayus.png|thumb|Vencord server members hating on Gayus after it was added]]Originally, Venbot was meant to be a Gaius clone, because everyone hates Gayus because it is bad and stupid.
[[File:People hating Gayus.png|thumb|Vencord server members hating on Gaius after it was added]]Originally, Vaius was meant to be a Gaius replacement, because everyone hated Gaius.


Vee decided to take matters in their own hands and made their own bot: '''Vaius'''.
Vee decided to take matters in their own hands and made their own bot: '''Vaius'''.
Line 26: Line 26:
Venbot also has some automod capabilities, usually hooking into Discord's AutoMod.
Venbot also has some automod capabilities, usually hooking into Discord's AutoMod.
* Automatically rename hoisted names to "lame username (change it)"
* Automatically rename hoisted names to "lame username (change it)"
* Automatically rename cancerous names to an uncancerous variant
* Automatically normalise usernames that use "fancy" unicode letters (<code>🆃🅴🆇🆃</code> -> <code>text</code>)
* Timeout people not sending whitelisted invites
* Timeout people who send discord invites that are not whitelisted
* Timeout people sending screenshots of automodded messages
* Timeout people sending screenshots of automodded messages
* Auto-delete messages having stupid imagehosts in them
* Auto-delete messages containing some image hosts<ref>[https://codeberg.org/vee/bot/src/branch/main/data/annoying-domains "annoying domains" in the venbot source code]</ref> that employ offensive domains or annoying embeds.
* Automatically ban users who ping <code>@everyone</code> with an invite. These are spam/scam bots.


== Self-hosting ==
== Self-hosting ==

Revision as of 21:24, 10 March 2024

Venbot's profile

Venbot, originally called Vaius, is a custom Discord bot made by User:Vendicated using the Oceanic library to manage the Vencord Discord server.

History

Vencord server members hating on Gaius after it was added

Originally, Vaius was meant to be a Gaius replacement, because everyone hated Gaius.

Vee decided to take matters in their own hands and made their own bot: Vaius.

At some point in history, the bot was renamed to venbot :3.

Back in the old days, you could ban yourself using Venbot. However, with the rise of annoying brainrot kids dming vee about wanting an unban from banning themselves, this feature was sadly removed.

Commands

  • vban (yeet, 🍌): Banning people and DMing them when this is done
  • vbam: Send the ban confirm message
  • veval (e, $): Owner only, allows to run arbitrary code on the bot
  • vfaq (f): Send FAQ articles
  • vrole-add (+, ra, ar): Add a role to someone
  • vrole-remove (-, rr): Remove a role from someone
  • vnotsupport (ns, nots): Generates a dynamic image with the current channel name, and the channel where the user should go (usually support).
  • vprune (purge, clear, delete): Purge messages from a channel.
  • vsource-code (source): View the Venbot source code on Codeburger
  • vsupport (s): Tags that can be useful in the support channel

Auto-moderation

Venbot also has some automod capabilities, usually hooking into Discord's AutoMod.

  • Automatically rename hoisted names to "lame username (change it)"
  • Automatically normalise usernames that use "fancy" unicode letters (🆃🅴🆇🆃 -> text)
  • Timeout people who send discord invites that are not whitelisted
  • Timeout people sending screenshots of automodded messages
  • Auto-delete messages containing some image hosts[1] that employ offensive domains or annoying embeds.
  • Automatically ban users who ping @everyone with an invite. These are spam/scam bots.

Self-hosting

It is hard to selfhost Venbot since it was made specifically for the Vencord server, with IDs usually hardcoded.