Socket
Socket
Sign inDemoInstall

deleo

Package Overview
Dependencies
86
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    deleo

Deleo, a TypeScript-based CLI tool, simplifies Discord content management by enabling efficient deletion of messages in open DMs or specific channels.


Version published
Weekly downloads
16
decreased by-90.75%
Maintainers
1
Install size
30.7 MB
Created
Weekly downloads
 

Readme

Source

🗑️ Deleo

Deleo, a Latin term for "I delete", is a simple yet powerful CLI tool developed using TypeScript. It's designed to help Discord users manage their content by facilitating the deletion of messages in open DMs or specified channels, and now includes a command to open all DMs provided by the Discord Data Package.

⚠️ Any tool that automates actions on user accounts, including this one, could result in account termination. (see self-bots).
Use at your own risk!.

🌟 Features

  • 📨 Delete messages from open DMs or a specified channel
  • ⏱️ Configurable delay between each message deletion
  • 📩 Open all DMs provided by the Discord Data Package with configurable delay

💻 Installation

You can install Deleo globally with npm:

npm install -g deleo

or

yarn global add deleo

🚀 Usage

To use Deleo, you need to authenticate with your Discord token. You can do this by using the auth command:

deleo auth <your_discord_token>

Then, you can use the delete command to delete messages:

deleo delete

You can customize the delay between each message deletion (default is 300ms):

deleo delete --delete-delay <delay_in_ms>

You can open all DMs provided by the Discord Data Package using the open command (default is 300ms):

deleo open --open-delay <delay_in_ms>

For more information about a command, you can use the help command:

deleo help <command>

📷 Preview

PREVIEW

🤝 Contributing

We welcome contributions to Deleo! We welcome contributions to Deleo! Feel free to fork this repository and submit a pull request. If you have any questions or suggestions, you can create an issue.

📜 License

Deleo is MIT licensed.

Keywords

FAQs

Last updated on 13 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc