Forgot to add error to console, removed dumb note I added in badge thing

This commit is contained in:
byron 2024-03-12 13:29:41 -04:00 committed by GitHub
parent 3dd65d520e
commit 87e86271fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -42,8 +42,9 @@ export default definePlugin({
} }
} }
catch (error) { catch (error) {
console.log("WebhookManager encountered an error deleting a webhook. " + error);
sendBotMessage(ctx.channel.id, { sendBotMessage(ctx.channel.id, {
content: "There was an error deleting the webhook. Did you input a valid webhook URL?" content: "There was an error deleting the webhook. Check the console for more info. Did you input a valid webhook URL?"
}); });
} }
} }

View file

@ -428,8 +428,8 @@ export const Devs = /* #__PURE__*/ Object.freeze({
id: 708275751816003615n, id: 708275751816003615n,
}, },
Byron: { Byron: {
name: "byron", // am i even allowed to add this right now? name: "byron",
id: 639577344276692992n, id: 639577344276692992n
} }
} satisfies Record<string, Dev>); } satisfies Record<string, Dev>);