Skip to content

Commit a414b54

Browse files
favnaNytelife26
andauthored
Update src/preconditions/ClientPermissions.ts
Co-authored-by: Tyler J Russell <[email protected]>
1 parent 25b445e commit a414b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preconditions/ClientPermissions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class CorePrecondition extends Precondition {
3333
if (!permissions) {
3434
return this.error({
3535
identifier: Identifiers.PreconditionClientPermissionsNoPermissions,
36-
message: 'I was unable to resolve the permissions for the client in the channel the command was used in.'
36+
message: 'I was unable to resolve my permissions in the command invocation channel.'
3737
});
3838
}
3939

0 commit comments

Comments
 (0)