bot-refactoring #29

Merged
defnotken merged 16 commits from bot-refactoring into master 2025-11-11 17:48:58 +00:00
Showing only changes of commit 44dc35ff99 - Show all commits

View File

@@ -57,6 +57,7 @@ public class LightlessModule : InteractionModuleBase
{
_logger.LogWarning("Fetching profile image for UID: {uid}", uidToGet);
byte[] profileImage = await GetProfileImage(db, uid).ConfigureAwait(false);
_logger.LogWarning("Image in Bytes: {img}", profileImage);
MemoryStream ms = new(profileImage);
await using (ms.ConfigureAwait(false))
{