예제 #1
0
파일: UI.cs 프로젝트: rwobig93/MangoTime
 private static async Task <bool> VerifyEntered(string input)
 {
     return(await BotClient.VerifyToken(input));
 }