Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-art committed Mar 13, 2024
1 parent eee62d2 commit 32ebbae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,16 @@ messages:
reply: '- §breply to §7%user%: %message%§r -\n'
time: 'Time is %time% %emoji%\nDate is %month% %day%, Year %year%'
online: 'There are %count% players online\n%players%'
pinned: 'Hey welcome to the chat!\nThere are %count% players online%players%'
```
## Telegram Commands
- `/setthread` - When using threads, this command will set witch thread the events will be sent to
- `/setpin` - Send a message to the chat and pin it which will show dynamically the online players (bot needs to have pin permission) (beta)
- `/unsetpin` - Unpin the message that was pinned by `/setpin` (bot needs to have pin permission) (beta)

## Minecraft Commands

- `/tbreload` - Reload the TelegramBridge configuration file
- `/tbmention <user> <message>` alias `/tbm` - Auto complete on users from telegram to mention them
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ shadowJar {
}

group = 'org.altart'
version = '1.1.0'
version = '1.2.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 32ebbae

Please sign in to comment.