mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-03-02 08:24:34 +00:00
Updated json and gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,8 +4,8 @@ vendor/
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Log file
|
||||
bot.log
|
||||
# Any log files
|
||||
*.log
|
||||
|
||||
# Database file
|
||||
bot.db
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"id": "default_bot",
|
||||
"active": false,
|
||||
"telegram_token": "YOUR_TELEGRAM_BOT_TOKEN",
|
||||
"owner_telegram_id": 000000000,
|
||||
"owner_telegram_id": 111111111,
|
||||
"memory_size": 10,
|
||||
"messages_per_hour": 20,
|
||||
"messages_per_day": 100,
|
||||
|
||||
Reference in New Issue
Block a user