Emul4nt/Siamese — reverse-engineered prompt
Reverse engineered prompt
Build me a Python Discord bot that works like a simple private cloud drive for my own server. I want to give it a file path with a command like !split, have it break a large file into Discord friendly chunks, encode the pieces, send them into a channel, and save enough info in a local JSON database so the file can be rebuilt later.
Add a !rebuild command that shows me the saved files, lets me pick one, fetches all the stored message pieces, decodes them, and recreates the original file. Also add a !list command that explains the available commands in Discord.
Keep it safe and simple. Only the bot owner should be able to control who can use it, using an OWNER value and bot TOKEN in a .env file. Include clear setup instructions, required permissions, and a warning that this should only be used in a private server and not for sensitive files. Look up current Discord bot docs if needed.
Want more depth? Deep Reverse