Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wojpawlik committed Jan 26, 2019
1 parent c5bae13 commit ae1080f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The Guard is a Telegram bot made to help admins manage their groups.

Initially created to moderate [The Devs Network](https://thedevs.network).

**NOTE: The Guard is still in alpha phase and is not ready for production**
**NOTE: The Guard is in beta phase;**
**it has known issues, but it's successfully being used in production**

If you need help with using the Bot or setting it up, join our [Support Chat](https://t.me/theguardsupport).

Expand Down Expand Up @@ -70,7 +71,7 @@ All commands and actions are synchronized across all of the groups managed by th

If used by reply, `/ban` and `/warn` would remove the replied-to message.

The bot is still in alpha phase so feel free to open issues and ask for a _feature_.
The bot is still in beta phase so feel free to [open issues](https://github.com/thedevs-network/the-guard-bot/issues/new) and ask for features.

[**Roadmap**](https://github.com/TheDevs-Network/the-guard-bot/projects/1)

Expand Down
2 changes: 1 addition & 1 deletion handlers/commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ note that I'm more useful on a network of groups and \
you also need to <b>setup a new bot.</b>
So if you only need to manage a single group, @GroupButler_bot \
and @mattatabot might be better choices for you.
might be a better choice for you.
`;

const helpHandler = ({ chat, replyWithHTML }) => {
Expand Down
4 changes: 2 additions & 2 deletions handlers/middlewares/leaveUnmanaged.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const caption = `\
Sorry, you need to set up your own instance \
to use me in your group or a network of groups.
For managing a single group, it'll be simpler for you \
to use @GroupButler_bot or @mattatabot instead.
If you need to manage only a single group and don't wish to self host, \
you can try @GroupButler_bot instead.
`;

const inline_keyboard = [ [ {
Expand Down

0 comments on commit ae1080f

Please sign in to comment.