Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenyDEV committed Jun 13, 2022
1 parent 5881ace commit 4830365
Showing 1 changed file with 36 additions and 7 deletions.
43 changes: 36 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,42 @@
- and more!

## Commands
| Command | Description | Usage |
|---------|----------------------------------------------------|----------------------------------------------|
| /add | Add a link to the Database | /add example.com <-- do not include https:// |
| /remove | Remove a link from the Database | /remove example.com |
| /panel | Creates a panel of buttons to click for the links! | /panel |
| /list | Lists all domains stored in the Database | /list |
| /reset | Resets all users in the database | /reset |
<table>
<thead>
<tr>
<th>Command</th>
<th>Description</th>
<th>Usage</th>
</tr>
</thead>
<tbody>
<tr>
<td>/add</td>
<td>Add a link to the Database</td>
<td>/add example.com &lt;-- do not include https://</td>
</tr>
<tr>
<td>/remove</td>
<td>Remove a link from the Database</td>
<td>/remove example.com</td>
</tr>
<tr>
<td>/panel</td>
<td>Creates a panel of buttons to click for the links!</td>
<td>/panel</td>
</tr>
<tr>
<td>/list</td>
<td>Lists all domains stored in the Database</td>
<td>/list</td>
</tr>
<tr>
<td>/reset</td>
<td>Resets all users in the database</td>
<td>/reset</td>
</tr>
</tbody>
</table>

## Installation

Expand Down

0 comments on commit 4830365

Please sign in to comment.