Skip to content

A Discord self-bot to clear your own messages in DMs or channels with color-coded logging.

Notifications You must be signed in to change notification settings

RosaleeGimlinggz4/Discord-DM-Cleaner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord DM Cleaner

This tool provides a self-bot for Discord that can clear your messages in a channel or DM.

Features

  • Message Deletion: Allows the self-bot to delete its own messages in a channel or DM.
  • Categorized Logging:
    • Information: Logs basic information like bot name and ID.
    • Errors: Logs any errors encountered during the deletion process.
  • Color-Coded Logs: Uses colorama for color-coded console output to differentiate log levels.

Usage

  1. Download the Project: Clone the repository or download the project here and extract the files.
  2. Prepare Your Configuration: Create a config.json file with the following structure:
    {
      "token": "YOUR_DISCORD_TOKEN",
      "prefix": "!"
    }
  3. Start the Script: Run start.bat
  4. Use the Bot: Send commands to the bot. For example, use !clear to clear your messages.

Commands

  • !clear: Clears your messages in a channel or DM up to the specified limit.

Disclaimer

This is an educational project written in Python. The author is not responsible for any misuse of this script. Use it responsibly.

About

A Discord self-bot to clear your own messages in DMs or channels with color-coded logging.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 58.3%
  • Python 41.7%