diff --git a/src/commands/challenge.rs b/src/commands/challenge.rs index 36b52b2..b6a1a10 100644 --- a/src/commands/challenge.rs +++ b/src/commands/challenge.rs @@ -125,10 +125,9 @@ pub async fn submit(ctx: Context<'_>, submission: serenity::Attachment) -> Resul } requires_rebuild = true; let file_name = format!( - "{}-{}-{}-{}{}.{}", + "{}-{}-{}{}.{}", i + 1, slugify(&author.name), - author.discriminator, timestamp, if i == 0 { "".to_owned()