summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/mavlonerkinboev/animarfo/Bot.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/mavlonerkinboev/animarfo/Bot.java b/src/main/java/com/mavlonerkinboev/animarfo/Bot.java
index aa5eab4..2338b93 100644
--- a/src/main/java/com/mavlonerkinboev/animarfo/Bot.java
+++ b/src/main/java/com/mavlonerkinboev/animarfo/Bot.java
@@ -22,7 +22,7 @@ import java.util.Properties;
// TODO: 7/25/21 Добавить Аниме OVA, аниме по жанру, Дорамы, случайное аниме
public class Bot {
- public final static Properties PROPERTIES = loadProperties(new File("app.properties"));
+ public final static Properties PROPERTIES = loadProperties(new File("src/main/resources/app.properties"));
public final static TelegramBot TELEGRAM_BOT = new TelegramBot(PROPERTIES.getProperty("BOT_TOKEN"));
public static TelegramUser telegramUser = new TelegramUser();