Add /events range documentation

This commit is contained in:
NovaFox161
2021-08-24 08:44:30 -06:00
parent 595d1eeb83
commit f3dbafd6e3

View File

@@ -576,6 +576,16 @@
<td class="tb-flex-row tb-usage" role="cell">/events today (calendar)</td>
<td class="tb-flex-row tb-access" role="cell">everyone</td>
</tr>
<!--Start range command-->
<tr class="flex-table" role="rowgroup">
<td class="tb-flex-row tb-command" role="cell">range</td>
<td class="tb-flex-row" role="cell">Lists the events found in the date range provided</td>
<td class="tb-flex-row tb-usage" role="cell">
/events range [yyyy/MM/dd] [yyyy/MM/dd] (calendar)
</td>
<td class="tb-flex-row tb-access" role="cell">everyone</td>
</tr>
</tbody>
</table>
</div>