mirror of
https://github.com/InsanusMokrassar/ConfigurableInlineTelegramBot.git
synced 2024-11-23 10:38:47 +00:00
update dependencies, gradle wrapper and example config
This commit is contained in:
parent
471834c3c3
commit
26199f704f
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Configurable Inline Bot
|
||||||
|
|
||||||
|
This bot was created for helping with other bot commands templating, but it also can be used in other ways.
|
15
example.config.json
Normal file
15
example.config.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"botToken": "bot token from @BotFather",
|
||||||
|
"apiUrl": "(optional) can be used if you are using your bot server",
|
||||||
|
"clientConfig": {
|
||||||
|
"proxy": {
|
||||||
|
"host": "localhost",
|
||||||
|
"port": 1080,
|
||||||
|
"username": "optional",
|
||||||
|
"password": "optional"
|
||||||
|
},
|
||||||
|
"connectTimeout": "(optional) number, milliseconds",
|
||||||
|
"writeTimeout": "(optional) number, milliseconds",
|
||||||
|
"readTimeout": "(optional) number, milliseconds"
|
||||||
|
}
|
||||||
|
}
|
@ -1,8 +1,8 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
kotlin_version=1.4.31
|
kotlin_version=1.4.31
|
||||||
|
|
||||||
telegram_bot_api_version=0.32.8
|
telegram_bot_api_version=0.32.9
|
||||||
ktor_version=1.5.1
|
ktor_version=1.5.2
|
||||||
|
|
||||||
library_version=0.0.2
|
library_version=0.0.2
|
||||||
library_group=dev.inmo
|
library_group=dev.inmo
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user