ChrisZeThird / BotZeFourth

I started developping this bot a year ago, after talking with my girlfriend about how you could share characters description as an artist on discord.This was the opportunity to (re) discover SQL database, and discord.py
https://discord.gg/TcwjZhE
GNU General Public License v3.0
3 stars 0 forks source link

Reworked storage #21

Closed ChrisZeThird closed 10 months ago

ChrisZeThird commented 10 months ago

The issue so far was how the files attached in commands would be stored to display pictures in embed. Discord links wouldn't allow the picture to stay more than a few days. Now the files are directly stored in the database, so the users have to attach jpeg or png only. This can raise security problems in the future.