From 70c1564a8fca7e4da22435d75ca5da8d19ae1398 Mon Sep 17 00:00:00 2001 From: speckij Date: Mon, 4 Apr 2022 17:35:41 +0000 Subject: [PATCH] Update 'reactions/README.md' --- reactions/README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/reactions/README.md b/reactions/README.md index dc7fc7e..91cbd81 100644 --- a/reactions/README.md +++ b/reactions/README.md @@ -1,17 +1,16 @@ -# discord-reactions - -just a small script to automatically react to discord messages from a specific user - -## instructions -213690950524993536 -``` -1. Get Discord Token [Official Instructions](https://discordhelp.net/discord-token) -2. Add copied value as TOKEN to script -3. Fill in target information: - - `target_name`: Name of Message Sender - - `target_disc`: Discriminator of Message Sender (4-digit number behind hashtag) - - `guild_id`: ID of the server - - `channel_id`: ID of the channel - - `emojinames`: Names of all emojis -5. Run `python3 main.py` +# discord-reactions + +just a small script to automatically react to discord messages from a specific user + +## instructions +``` +1. Get Discord Token [Official Instructions](https://discordhelp.net/discord-token) +2. Add copied value as TOKEN to script +3. Fill in target information: + - `target_name`: Name of Message Sender + - `target_disc`: Discriminator of Message Sender (4-digit number behind hashtag) + - `guild_id`: ID of the server + - `channel_id`: ID of the channel + - `emojinames`: Names of all emojis +5. Run `python3 main.py` ``` \ No newline at end of file