add more info to quote command

This commit is contained in:
Elijah R 2024-04-03 15:55:23 -04:00
parent 2e9bd5c77e
commit 7110ebaac3

View file

@ -212,7 +212,7 @@ public class DiscordCommands : ApplicationCommandModule
await ctx.EditResponseAsync(new DiscordWebhookBuilder().WithContent($"@No messages found for {username}"));
return;
}
await ctx.EditResponseAsync(new DiscordWebhookBuilder().WithContent($"> {chat[0].Message}\n- {chat[0].Username}"));
await ctx.EditResponseAsync(new DiscordWebhookBuilder().WithContent($"> {chat[0].Message}\n\\- {chat[0].Username}, {chat[0].Timestamp} {chat[0].VM}"));
}
}