diff --git a/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketCommandBase.cs b/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketCommandBase.cs
index 66d10fd3b..de9193e35 100644
--- a/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketCommandBase.cs
+++ b/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketCommandBase.cs
@@ -178,8 +178,8 @@ namespace Discord.WebSocket
///
public override async Task FollowupWithFileAsync(
Stream fileStream,
+ string fileName,
string text = null,
- string fileName = null,
Embed[] embeds = null,
bool isTTS = false,
bool ephemeral = false,