Add example extension to showcase slash commands (#16300)

This PR adds an example extension to showcase how to write slash
commands in an extension.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-08-15 12:26:13 -04:00 committed by GitHub
parent 03b843ebf3
commit 5a30e29848
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 135 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# Slash Commands Example Extension
This is an example extension showcasing how to write slash commands.