File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,4 +45,16 @@ messages:
4545 reply : ' - §breply to §7%user%: %message%§r -\n'
4646 time : ' Time is %time% %emoji%\nDate is %month% %day%, Year %year%'
4747 online : ' There are %count% players online\n%players%'
48+ pinned : ' Hey welcome to the chat!\nThere are %count% players online%players%'
4849` ` `
50+
51+ ## Telegram Commands
52+
53+ - ` /setthread` - When using threads, this command will set witch thread the events will be sent to
54+ - ` /setpin` - Send a message to the chat and pin it which will show dynamically the online players (bot needs to have pin permission) (beta)
55+ - ` /unsetpin` - Unpin the message that was pinned by `/setpin` (bot needs to have pin permission) (beta)
56+
57+ # # Minecraft Commands
58+
59+ - ` /tbreload` - Reload the TelegramBridge configuration file
60+ - ` /tbmention <user> <message>` alias `/tbm` - Auto complete on users from telegram to mention them
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ shadowJar {
99}
1010
1111group = ' org.altart'
12- version = ' 1.1 .0'
12+ version = ' 1.2 .0'
1313
1414repositories {
1515 mavenCentral()
You can’t perform that action at this time.
0 commit comments