Skip to content

Commit

Permalink
Update README for rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
cyckl committed May 3, 2021
1 parent 9860e10 commit 02aeb00
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tweeter 2
A mock Twitter embed generator bot for Discord, now written in Go.
# Tweeter 3
A mock Twitter embed generator bot for Discord, written in Go.

## Building
1. Install Go
Expand All @@ -10,6 +10,8 @@ A mock Twitter embed generator bot for Discord, now written in Go.

## Features
- User information added into tweet embed (with support for nicknames)
- You can select other users
- Slash commands
- Randomized likes and retweets
- Accurate recreation of Discord embed
- Written in Go, I guess
Expand All @@ -18,12 +20,12 @@ A mock Twitter embed generator bot for Discord, now written in Go.
![Example of usage and embed](https://github.com/cyckl/tweeter/raw/master/img/example.png)

## Usage
There are three available commands:
There are two available commands:

`.t <message>`
`/tweet <message>`
This generates a tweet with the provided text.

`t.about`
`/about`
About dialog.

## Bugs?
Expand Down

0 comments on commit 02aeb00

Please sign in to comment.