1 parent 4bbb1ae commit 9e9d969Copy full SHA for 9e9d969
1 file changed
src/components/events/message.ts
@@ -233,8 +233,6 @@ export default async function (msg: Message, type: string) {
233
234
We encountered an error while processing ${key}.
235
Provider returned an error ${statusMessages[status]}.
236
- We notify the developers of the issue.
237
- Please try again later.
238
`;
239
await msg.reply(text);
240
return;
@@ -245,11 +243,6 @@ export default async function (msg: Message, type: string) {
245
243
\`${errors[Math.floor(Math.random() * errors.length)]}\`
246
244
247
248
249
250
- If the problem persists, please create an issue on GitHub.
251
-
252
- https://github.com/project-canis/issues/
253
254
255
}
0 commit comments