mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-04-21 05:25:08 +00:00
Add scheduler
This commit is contained in:
@@ -85,7 +85,7 @@ public class PlayHandler : IRequestHandler<PlayCommand>
|
||||
return;
|
||||
}
|
||||
|
||||
var searchQuery = context.GetOptionValueByName(Option.Input);
|
||||
var searchQuery = context.GetOptionValueByName<string>(Option.Input);
|
||||
|
||||
if (string.IsNullOrWhiteSpace(searchQuery))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user