feat(RelationshipManager): Add x-context-properties headers

This commit is contained in:
March 7th
2022-09-11 09:18:25 +07:00
parent e6bd66d14b
commit d1382823fe
2 changed files with 16 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ class ApplicationCommand extends Base {
/**
* The guild this command is part of
* @type {?Guild}
* @readonly
*/
get guild() {
return this.client.guilds.resolve(this.guildId);