Updated UI elements to use the custom ones

This commit is contained in:
2025-05-27 12:39:36 +03:00
parent fcd3a59d54
commit 11b9515bab
2 changed files with 9 additions and 10 deletions

View File

@@ -102,9 +102,11 @@ public class MakePoll : IDbSlashCommand
var state = new PollState(q, opts);
Polls[msg.Id] = state;
if (timed)
{
_ = ClosePollLaterAsync(log, msg, state, hours);
}
}
public async Task ExecuteInteraction(ILogger log, SocketInteraction interaction)