Skip to content

Commit 9e9d969

Browse files
committed
feat: make error message humanly
1 parent 4bbb1ae commit 9e9d969

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/components/events/message.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ export default async function (msg: Message, type: string) {
233233
234234
We encountered an error while processing ${key}.
235235
Provider returned an error ${statusMessages[status]}.
236-
We notify the developers of the issue.
237-
Please try again later.
238236
`;
239237
await msg.reply(text);
240238
return;
@@ -245,11 +243,6 @@ export default async function (msg: Message, type: string) {
245243
\`${errors[Math.floor(Math.random() * errors.length)]}\`
246244
247245
We encountered an error while processing ${key}.
248-
We notify the developers of the issue.
249-
Please try again later.
250-
If the problem persists, please create an issue on GitHub.
251-
252-
https://github.com/project-canis/issues/
253246
`;
254247
await msg.reply(text);
255248
}

0 commit comments

Comments
 (0)