removal of auto mpreg on every message to test new git link

This commit is contained in:
2026-03-29 03:48:22 +01:00
parent b979073772
commit c410cbbdc3

View File

@@ -50,8 +50,6 @@ namespace SkyBot.Services.Messages
await message.AddReactionAsync(content); await message.AddReactionAsync(content);
} }
} }
// await message.AddReactionAsync("🫃");
} }