Add, view, and manage files online using a Discord bot interface.
/add [file]
Adds a file
/view [file]
View a file, images are embedded, file is from a dropdown
/remove [file]
Remove a file, file is from a dropdown
/list
List all files
/hello
+ $hello
Returns bot latency
- Logging on every file drive action, incluing user name, id, and their action
Make sure you have the following requirements:
All requirements can be installed using pip install py-cord python-dotenv aiohttp aiofiles
Create a .env
file. Inside the file, create the key BOT_TOKEN
with the value of your bot token.
Create a directory called drive
. This is where all the drive files will be stored.
To run the bot, run python3 bot.py
.
- Emojis
-
/source
./github
,/code
, or similar command - Logging to both stdout and file
- Seperate drives for each user