- Download both files from the latest release
- Dowload Python 3.7.8
- Download an IDE of your choice, would recommend VsCode
- Enter 'pip install discord.py' into the command line
pip install discord
- Go over to the discord developer portal
- Create a bot
- Get the token for the bot
- Invite it to the discord server
- Step by step from this yt video https://www.youtube.com/watch?v=b61kcgfOm_4
- Paste your bot token within the " " of the client.run('add your token here') line
#enter within brackets, keep qoutes
client.run('add your token here')
- Copy the correct path by right clicking the file and clicking 'copy path' for the flooded.txt file
#Line the needs to be replaced, keep qoutes and the r
await ctx.send(file=discord.File(r'enter you file path here'))
#example
await ctx.send(file=discord.File(r'C\flooded.txt'))
- Then run the file in your IDE
- .delete to delete all channels in the server
- .octo to flood by creating new channels
- .rename to rename all the members
- Make sure you have Python 3.7.8 installed
- Make sure discord.py is installed (Google how to install python packets)
- If all of the above have been tested download the oldest release, which will work 100% of the time