We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b445e commit a414b54Copy full SHA for a414b54
src/preconditions/ClientPermissions.ts
@@ -33,7 +33,7 @@ export class CorePrecondition extends Precondition {
33
if (!permissions) {
34
return this.error({
35
identifier: Identifiers.PreconditionClientPermissionsNoPermissions,
36
- message: 'I was unable to resolve the permissions for the client in the channel the command was used in.'
+ message: 'I was unable to resolve my permissions in the command invocation channel.'
37
});
38
}
39
0 commit comments