@satorijs/adapter-discord 3.7.0 → 3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -356,12 +356,12 @@ declare module './internal' {
356
356
  * Create a new DM channel with a user. Returns a DM channel object.
357
357
  * @see https://discord.com/developers/docs/resources/user#create-dm
358
358
  */
359
- createDM(params: Channel.Params.CreateDM): Promise<void>;
359
+ createDM(params: Channel.Params.CreateDM): Promise<Channel>;
360
360
  /**
361
361
  * Create a new group DM channel with multiple users. Returns a DM channel object. This endpoint was intended to be used with the now-deprecated GameBridge SDK. DMs created with this endpoint will not be shown in the Discord client
362
362
  * @see https://discord.com/developers/docs/resources/user#create-group-dm
363
363
  */
364
- createGroupDM(params: Channel.Params.CreateGroupDM): Promise<void>;
364
+ createGroupDM(params: Channel.Params.CreateGroupDM): Promise<Channel>;
365
365
  }
366
366
  }
367
367
  declare module './internal' {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@satorijs/adapter-discord",
3
3
  "description": "Discord Adapter for Satorijs",
4
- "version": "3.7.0",
4
+ "version": "3.7.1",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [