fixed setBotCommand

This commit is contained in:
mrbesen 2020-11-22 20:13:31 +01:00
parent b8854cb482
commit 0085e7b77c
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ public class TelegramAPI implements Runnable {
});
//commit
Task t = new Task("setBotCommand", "commands=" + arr.toString(), null);
Task t = new Task("setMyCommands", "commands=" + arr.toString(), null);
async.enque(t);
}