Logger for Discord removed messages
To start using this you need to:
1. Launch DiscordObserver.exe
2. Enter you Discord token
3. Just keep it runing
DiscordObserver will store all collected data in Log.json
Formating like this:
{"Author":ExampleAuthor,
"message":ExampleMessage,
"channel":"ExampleChannel",
"server":"ExampleServer",
"time":"0001-01-01T00:00:00",
"mentioned":false}
Where
Author
is author of the messagemessage
is literally removed messagechannel
is channel where this message was beenserver
is a Discord server(or Guild in official discord documentation) where message was beentime
is a time when message was createdmentioned
indicating is you been mentioned in this message
?
or 'help' - displays list of all commandsstop
- exit programclear
- clear console
Console logger has another formatting:
Channel: ExampleChannel | ExampleServer
By: ExampleAuthor
Message: ExampleMessage
At: 0001-01-01 00:00:00
-------------END MESSAGE--------------
- If you enter incorrect Discord token you will need to remove
config.json
- In some cases messages wount appear and sometimes it is
null Reference
(idk how to fix this now) - If you found new bug - report it please