Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.07 KB

Go Off Discord (GOD)

License Issues

GOD allows you to remove all your messages on an entire discord server or just a single channel with a simple command.

Usage

Creating an account configuration

Create a json file in which you will put your authentication token and your user id, just like this:

{
    "authToken": "",
    "userId": ""
}

Removing messages from a channel

go-off-discord del -a accountInfo.json channel --id channel_id_here

Removing messages from a server

go-off-discord del -a accountInfo.json server --id server_id_here

Notice

You will not be able to remove the messages that aren't readable to you, for example if you sent messages to a channel then you've been removed access to type there, you will no longer be able to remove them until you're granted read access again.