feat: discord createNewEvent action in docs

adds a simple entry in the docs for the createNewEvent action
This commit is contained in:
DerKlobold
2023-11-26 18:59:01 +01:00
parent a81c5164fc
commit 36f991b6f9

View File

@@ -3,6 +3,8 @@ favicon: /favicons/discord.svg
items: items:
- name: Send a message to channel - name: Send a message to channel
desc: Sends a message to a specific channel you specify. desc: Sends a message to a specific channel you specify.
- name: Create a new event
desc: Creates a new server event.
--- ---
<script setup> <script setup>