fix: update error message
This commit is contained in:
parent
d6bc6eb0ff
commit
ef111eb1c4
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ export class DiscordProvider extends SocialAbstract implements SocialProvider {
|
|||
if (body.includes('50013')) {
|
||||
return {
|
||||
type: 'bad-body',
|
||||
value: 'Bot lacks permission in this channel',
|
||||
value: 'Bot lacks permission to send messages in this channel',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue