Skip to content

Commit 0c2fd30

Browse files
committed
fix(EventStartFeedbackHandler): remove logic with the guild user removal
1 parent 88d5952 commit 0c2fd30

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Asunara-Event-Manager/Events/EventStartFeedback/EventStartFeedbackEventHandler.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ await _sender.Send(new UpdateEventFeedbackThreadEvent()
6060
{
6161
foreach (var eventUser in users)
6262
{
63-
// Remove Participant Role
64-
await guild.RemoveUserRoleAsync(eventUser.User.Id, _config.Discord.Event.EventParticipantRoleId,
65-
cancellationToken: cancellationToken);
66-
6763
if (!_eventParticipantService.HasParticipant(request.Event.Id, eventUser.User.Id))
6864
{
6965
_logger.LogInformation(

0 commit comments

Comments
 (0)