Show a rename warning for valid playlist URLs

This commit is contained in:
Maciej Pędzich
2023-01-27 14:22:17 +01:00
parent b79596acef
commit 5e82956fcd
3 changed files with 62 additions and 33 deletions

2
run.ts
View File

@@ -1,4 +1,4 @@
import { run } from 'probot';
import bot from './bot';
import { bot } from './bot';
run(bot);