Skip to content

Commit

Permalink
add users to avatar store
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 20, 2024
1 parent 0ca5314 commit b52445a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/assetcleaner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub async fn asset_cleaner(ctx: &serenity::all::Context) -> Result<(), crate::Er

let type_id_map = indexmap::indexmap! {
"bots" => "bot_id",
"users" => "user_id",
"servers" => "server_id",
"teams" => "id",
"partners" => "id",
Expand Down

0 comments on commit b52445a

Please sign in to comment.