Skip to content

Commit

Permalink
typofix on worker
Browse files Browse the repository at this point in the history
  • Loading branch information
valgaze committed Jul 25, 2024
1 parent 1aa189c commit b38f7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/worker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Learn more at https://developers.cloudflare.com/workers/
*/
import Bot from './../settings/bot';
import { ENVELOPES, logoRoll } from '../../../../newshack/src';
import { ENVELOPES, logoRoll } from 'speedybot';
import { validateWebhook } from './validateWebhook';
export interface Env {
BOT_TOKEN: string;
Expand Down

0 comments on commit b38f7ff

Please sign in to comment.