Salz0 / telegram_flea

A open-source flea market bot, to be used in any Community
MIT License
9 stars 21 forks source link

Fallback to using basic `MemoryStorage()` when `REDIS_URL` is not entered #48

Closed Salz0 closed 10 months ago

Salz0 commented 10 months ago

What?

Create a condition to use aiogram's MemoryStorage() class when the user did not input the REDIS_URL

Why?

This would make it simpler for newcomers and contributors to work on the project without redundant functionality

This is easy to implement

kamo-develop commented 10 months ago

@Salz0 I will take up this issue