GOD allows you to remove all your messages on an entire discord server or just a single channel with a simple command.
Create a json file in which you will put your authentication token and your user id, just like this:
{
"authToken": "",
"userId": ""
}
go-off-discord del -a accountInfo.json channel --id channel_id_here
go-off-discord del -a accountInfo.json server --id server_id_here
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.