mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
feat(ws,rest): totally new features
This commit is contained in:
@@ -77,6 +77,8 @@ export class REST extends AsyncEventEmitter<RestEvents> {
|
||||
public readonly options: RESTOptions;
|
||||
|
||||
public constructor(options: Partial<RESTOptions> = {}) {
|
||||
console.log('even rest got something new ‼️ 🗣️ 🔥');
|
||||
|
||||
super();
|
||||
this.cdn = new CDN(options);
|
||||
this.options = { ...DefaultRestOptions, ...options };
|
||||
|
||||
Reference in New Issue
Block a user