Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 52b1ddc

Browse files
authored
fix(BaseCommandContext): not a getter
1 parent 931e46a commit 52b1ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/command-context/src/lib/Structures/BaseCommandContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class BaseCommandContext {
7373
return this.data.context.applicationId;
7474
}
7575

76-
public get inGuild() {
76+
public inGuild() {
7777
return this.data.context.inGuild();
7878
}
7979

0 commit comments

Comments
 (0)