Life is a discord bot coded by Axel#3456. Click the link below to invite it to your server and do l-help
for more information.
Features:
- Rich command error feedback.
- Image manipulation/filter commands.
- Wide range of informational commands.
- Fully functional music system with spotify support through youtube. (Playlists coming soon:tm:)
- Reminders including support for natural language datetimes. (eg,
do this tomorrow
,in 2h remember to do this
,1st january 2021 birthday time!
) - Guild and user config management.
- Birthday tracking.
- Time and timezone tracking.
- Basic economy functions.
- Todos.
- Tags.
While I would prefer you don't run your own instance of this bot, setup instructions will be provided for those wanting to contribute to the development of Life.
- Python3.8 or higher
- PostgreSQL-12
- Redis server
- A LavaLink node
- Spotify API credentials
- Ksoft.si API credentials
- Image uploader token
- Install dependencies
pip install -U -r requirements.txt
- Rename
config_example.py
toconfig.py
here.
mv config_example.py config.py
-
Fill in the config file with the correct information.
-
Run the
main.py
file.
python3.8 main.py