playlist-entry-validator/run.ts
2023-01-27 14:22:17 +01:00

5 lines
70 B
TypeScript

import { run } from 'probot';
import { bot } from './bot';
run(bot);