Skip to content

Commit

Permalink
added help link to author and channel
Browse files Browse the repository at this point in the history
  • Loading branch information
victornpb committed Sep 9, 2019
1 parent ab69294 commit 1b7fb8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deleteDiscordMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
<span>Authorization <a href="https://github.com/victornpb/deleteDiscordMessages/blob/master/help/authToken.md" title="Help">?</a>
<button id="getToken">Get</button>
<br><input type="password" id="authToken" placeholder="Auth Token" autofocus>*</span>
<span>Author <button id="getAuthor">Me</button><br><input id="authorId" type="text" placeholder="Author ID" priv>*</span>
<span>Channel <button id="getChannel">Current</button><br><input id="channelId" type="text" placeholder="Channel ID" priv>*</span><br>
<span>Author <a href="https://github.com/victornpb/deleteDiscordMessages/blob/master/help/authorId.md" title="Help">?</a>
<button id="getAuthor">Me</button><br><input id="authorId" type="text" placeholder="Author ID" priv>*</span>
<span>Channel <a href="https://github.com/victornpb/deleteDiscordMessages/blob/master/help/channelId.md" title="Help">?</a>
<button id="getChannel">Current</button><br><input id="channelId" type="text" placeholder="Channel ID" priv>*</span><br>
<span>Range <a href="https://github.com/victornpb/deleteDiscordMessages/blob/master/help/messageId.md" title="Help">?</a><br>
<input id="afterMessageId" type="text" placeholder="After messageId" priv><br>
<input id="beforeMessageId" type="text" placeholder="Before messageId" priv>
Expand Down

0 comments on commit 1b7fb8e

Please sign in to comment.