Update CommandHandler.java

This commit is contained in:
iCaitlyn 2022-02-09 01:25:00 +08:00 committed by GitHub
parent d6232f4846
commit 62fc23beed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import net.milkbowl.vault.permission.Permission;
public class CommandHandler extends ConsoleHandler implements TelegramActionListener {
private Permission permissionsAdapter;
private int lastChatId = -1;
private long lastChatId = -1;
private long lastCommandTyped;
private Telegram telegram;