From 02aeb00593aa8b1f0360f264a20d7e5efd0a69fe Mon Sep 17 00:00:00 2001 From: cyckl Date: Mon, 3 May 2021 00:05:42 -0700 Subject: [PATCH] Update README for rewrite --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 649991c..d6ad9fa 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 ` +`/tweet ` This generates a tweet with the provided text. -`t.about` +`/about` About dialog. ## Bugs?