feat: allow usage of local folder for file storage
This commit is contained in:
parent
6640d03b70
commit
e1a136ff51
11 changed files with 158 additions and 81 deletions
|
@ -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?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue