use this python script to auto send commands in dank memer bot
install python3
and multiprocessing library
How to get your authorization token?
- open discord and go to the channel where you want to grind
- then if in
windows
pressctrl+shift+i
and if inosx
select any text within the channel and usesecondary click
to openinspect element
- then on the top bar you will notice
'elements 'console' 'source' 'network'
, click onnetwork
- send a message into that channel and you will notice
messages
undername
column in inspect element
- click on
messages
- scroll down to
request headers
, under accept language you will seauthorization: MNJzNzMwNTEzOT54UzODsdffysdfgyMTEz.G19sdfqaF.hz5fxvque3RUl_tWde3IdfdVENd9_oqw9jUsqyFJHN
"some thing like that"
- copy and paste it into authorization section in between single quotes in all defined classes 'def beg' 'def hunt' 'def fish' 'def dig'
How to get your request.post url?
- navigate back to the networks section in inspect element of the channel where you want to grind
- check
general
section - copy
Request URL:
and paste it inrequest.post
in between single quotes in all defined classes 'def beg' 'def hunt' 'def fish' 'def dig'.