Commit fc90b58
authored
Add several missing in Endpoint.php (#6)
* Add stickers missing in Endpoint.php
Ref: https://discord.com/developers/docs/resources/sticker
Will be required for DiscordPHP to manage guild stickers
* missing comment
* Add stage-instance missing in Endpoint.php
* Added welcome screen in Endpoint.php
Added missing welcome-screen endpoint https://discord.com/developers/docs/resources/guild#get-guild-welcome-screen
* Add missing stage voice state in Endpoint.php
Add missing PATCH endpoints for Guild Voice State for Current User (@me) & specific User1 parent 1363e9b commit fc90b58
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
156 | 162 | | |
157 | 163 | | |
158 | 164 | | |
159 | 165 | | |
160 | 166 | | |
161 | 167 | | |
162 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
163 | 179 | | |
164 | 180 | | |
165 | 181 | | |
| |||
170 | 186 | | |
171 | 187 | | |
172 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
173 | 192 | | |
174 | 193 | | |
175 | 194 | | |
| |||
0 commit comments