Skip to content
/ deleo Public
forked from notsapinho/deleo

Quickly delete numerous Discord messages directly from your terminal.

License

Notifications You must be signed in to change notification settings

sivvv0/deleo

This branch is 1 commit behind notsapinho/deleo:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 13, 2024
9be57af Β· Apr 13, 2024

History

32 Commits
Apr 12, 2024
Apr 12, 2024
Aug 4, 2023
Aug 4, 2023
Dec 9, 2023
Apr 12, 2024
Aug 4, 2023
Apr 12, 2024
Aug 4, 2023
Aug 11, 2023
Apr 13, 2024
Dec 9, 2023
Apr 12, 2024

Repository files navigation

πŸ—‘οΈ 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.

About

Quickly delete numerous Discord messages directly from your terminal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 63.6%
  • JavaScript 36.4%