BOTEXE (the python edition) was originally used to test a doorbell bot. As of now, the bot is used as a testing grounds for what bots are capable of in Discord.
Welcome user that joined server and log who and when.
Complete other planned automated tasks.
Type and enter .\bot.env\Scripts\activate into the terminal.
To run the actual .py file, hit the run button on the top right of the file or run with Python.
Python-bot
│
├── commands
│ ├── init.py
│ ├── automated.py
│ ├── basic.py
│ └── bell.py
│
├── sounds
│ └── doorbell.wav
│
├── config.json
├── error_codes.txt
├── main.py
├── outline.txt
└── README.md
Python
soon™️