mirror of
https://github.com/p-stream/providers.git
synced 2026-05-11 21:40:54 +00:00
disable viper embed
This commit is contained in:
parent
153ad33b8d
commit
83bd6ef33d
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ export const viperScraper = makeEmbed({
|
||||||
id: 'viper',
|
id: 'viper',
|
||||||
name: 'Viper',
|
name: 'Viper',
|
||||||
rank: 182,
|
rank: 182,
|
||||||
|
disabled: true,
|
||||||
async scrape(ctx) {
|
async scrape(ctx) {
|
||||||
const apiResponse = await ctx.proxiedFetcher.full<{
|
const apiResponse = await ctx.proxiedFetcher.full<{
|
||||||
source: string;
|
source: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue