From 98dbfc8c028c230c672debee429e260552de07bb Mon Sep 17 00:00:00 2001 From: kraftwerk28 Date: Mon, 9 Mar 2020 16:15:18 +0200 Subject: [PATCH] chore: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 107833d..21dafb0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ #### config.yml: | Field | Description | Type | Required | Default | -| --- | --- | --- | --- | --- | +|:-----:|:------------|:----:|:--------:|:-------:| | botToken | Telegram bot token ([How to create bot](https://core.telegram.org/bots#3-how-do-i-create-a-bot)) | string | :heavy_check_mark: | - | | botUsername | Telegram bot username | string | :heavy_check_mark: | - | | chats | Chats, where bot will work (to prevent using bot by unknown chats) | number[] | :heavy_check_mark: | [] | @@ -30,7 +30,7 @@ | strings | Dictionary of tokens - strings for plugin i18n | Map | :x: | See default config | ## Commands: -| Command | description | -| --- | --- | +| Command | Description | +|:-------:|:------------| | `/online` | Get players, currently online | -| `/time` | Get [time](https://minecraft.gamepedia.com/Day-night_cycle) on server | +| `/time` | Get [time](https://minecraft.gamepedia.com/Day-night_cycle) on server |