diff --git a/README.md b/README.md index 990d935929d65e35b7362035f7409e1838304500..89bcb6cd01eacad476ff577ddcca15ba727eadc9 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,7 @@ This bot respect the #nobot tag. If you don't want to be followed by the bot anymore, just DM "unfollow" to the bot, and it'll never follow you again. -### Commands - -* __unfollow__ : The bot will unfollow and mure you so it'll never follow you again. -* __muteuser <user@domain.tld>__ : The bot will mute the targeted user. Admin only. -* __blockdomain <domain.tld>__ : The bot will mute the targeted domain. Admin only. - -## Running the bot +### Running the bot ```bash git clone http://git.cant.at/Tagada/FederationBot.git @@ -35,4 +29,13 @@ Edit the `config.json`. ```bash node index.js -``` \ No newline at end of file +``` + +### Commands + +|Command|What is does| +|---|---| +|unfollow|The bot will unfollow and mure you so it'll never follow you again.| +|blockuser <user@domain.tld>|The bot will mute the targeted user. If followed, it'll unfollow they too. Admin only.| +|blockdomain <domain.tld>|The bot will mute the targeted domain. If users from this domain are followed, it'll unfollow them. Admin only.| +