Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors package #1438

Open
arantespp opened this issue Jan 4, 2023 · 1 comment
Open

Errors package #1438

arantespp opened this issue Jan 4, 2023 · 1 comment

Comments

@arantespp
Copy link
Collaborator

Create a package that all bots will use to log errors. It'd be good if this package sends the message to a Discord channel. Possible API:

import { reportError } from 'report-error';

reportError({
  bot: 'sseramemes',
  message: 'failed to send meme'
})
@arantespp
Copy link
Collaborator Author

arantespp commented Jan 4, 2023

This could be a bot kit #1454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant