Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 4.76 KB

README.md

File metadata and controls

69 lines (48 loc) · 4.76 KB
logo

Validity

License Typescript Version Bun version Discord.js Version

Repobeats analytics image

Summary

  1. About
  2. Commands
  3. Installation
  4. Command deployment

About

It serves the exact same use as PluralKit, depending on a defined tag, called a proxy, a message will be replaced by a fake account, with the name and the avatar defined by the member. That's at least what's planned since it's only WIP at the moment.

Commands

  • /info gives information about the bot and plurality.
  • /ping gives the ping of the bot. Only for development purposes.
  • /system help gives all the system commands.
  • /system create creates a system.
  • /system delete removes your system.
  • . . . more are to come.

Installation

To install dependencies:

bun install

To run:

bun run .

This project was created using bun init in bun v1.0.7. Bun is a fast all-in-one JavaScript runtime.

Command deployment

To deploy commands:

bun run . --deployCommands