fix: update error message

This commit is contained in:
Santosh Bhandari 2026-04-30 21:45:25 +05:45
parent d6bc6eb0ff
commit ef111eb1c4

View file

@ -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',
};
}