We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8105d2b commit 6d98225Copy full SHA for 6d98225
src/Interface/Lists/DList.ts
@@ -39,7 +39,7 @@ export default class DList extends Service {
39
static post(options: ServicePostOptions) {
40
const { token, clientID, serverCount } = options
41
return super._post({
42
- method: 'post',
+ method: 'put',
43
url: `/bots/${Util.resolveID(clientID)}/guilds`,
44
headers: { Authorization: `Bearer ${token}` },
45
params: {
0 commit comments