feat: allow usage of local folder for file storage

This commit is contained in:
Radical 2025-05-26 13:22:56 +00:00
parent 6640d03b70
commit e1a136ff51
11 changed files with 158 additions and 81 deletions

View file

@ -38,9 +38,8 @@ pub async fn upload(
guild
.set_icon(
&data.bunny_cdn,
&data.storage,
&mut conn,
data.config.bunny.cdn_url.clone(),
bytes,
)
.await?;