Slash Command and Context Menu
- Doc. comming soon
This commit is contained in:
@@ -57,12 +57,6 @@ class Guild extends AnonymousGuild {
|
||||
constructor(client, data) {
|
||||
super(client, data, false);
|
||||
|
||||
/**
|
||||
* A manager of the application commands belonging to this guild
|
||||
* @type {GuildApplicationCommandManager}
|
||||
*/
|
||||
this.commands = new GuildApplicationCommandManager(this);
|
||||
|
||||
/**
|
||||
* A manager of the members belonging to this guild
|
||||
* @type {GuildMemberManager}
|
||||
|
||||
Reference in New Issue
Block a user