Just crash discord.
- On DDP create bot
- Enable all
Privileged Gateway Intents
inBot
tab - OAuth2 tab -> OAuth2 URL Generator:
Scopes: bot
,Bot permissions: Administrator
- Using this link add bot to server
- In
Bot
tab reset and copy token - Set up config.py. To get UserID enable developer mode in your Discord client
- Create env:
$ python -m venv env
- Change source to env:
$ source env/bin/activate
- Install libs:
$ pip install -r requirements.txt
- Run script:
$ python3 main.py
- Ready! In Discord client run slash command
/bot_info
to crash server. In console you see crash ETA.