File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ class Endpoint
8484 public const CHANNEL_THREADS_ARCHIVED_PRIVATE = self ::CHANNEL_THREADS .'/archived/private ' ;
8585 // GET
8686 public const CHANNEL_THREADS_ARCHIVED_PRIVATE_ME = self ::CHANNEL .'/users/@me/threads/archived/private ' ;
87+ // POST
88+ public const CHANNEL_SEND_SOUNDBOARD_SOUND = self ::CHANNEL . '/send-soundboard-sound ' ;
8789
8890 // GET, PATCH, DELETE
8991 public const THREAD = 'channels/:thread_id ' ;
@@ -207,6 +209,11 @@ class Endpoint
207209 // GET
208210 public const GUILD_SCHEDULED_EVENT_USERS = self ::GUILD .'/scheduled-events/:guild_scheduled_event_id/users ' ;
209211
212+ // GET, POST
213+ public const GUILD_SOUNDBOARD_SOUNDS = self ::GUILD .'/soundboard-sounds ' ;
214+ // GET, PATCH, DELETE
215+ public const GUILD_SOUNDBOARD_SOUND = self ::GUILD .'/soundboard-sounds/:sound_id ' ;
216+
210217 // GET, DELETE
211218 public const INVITE = 'invites/:code ' ;
212219
@@ -227,6 +234,9 @@ class Endpoint
227234 // GET, PATCH, DELETE
228235 public const GUILD_AUTO_MODERATION_RULE = self ::GUILD .'/auto-moderation/rules/:auto_moderation_rule_id ' ;
229236
237+ // GET
238+ public const SOUNDBOARD_DEFAULT_SOUNDS = 'soundboard-default-sounds ' ;
239+
230240 // GET, PATCH
231241 public const USER_CURRENT = 'users/@me ' ;
232242 // GET
You can’t perform that action at this time.
0 commit comments