mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36:54 +00:00
Chenged the command get format (removed the switch statement) and added the react command
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
const hastebin = require("hastebin-gen");
|
||||
|
||||
module.exports ={
|
||||
name: "scraper",
|
||||
name: "scrape",
|
||||
description: ".....",
|
||||
async execute(message, args) {
|
||||
async execute(message, args, Discord, Client, bot) {
|
||||
const axios = require('axios');
|
||||
const cheerio = require('cheerio')
|
||||
const url = args[0];
|
||||
|
||||
Reference in New Issue
Block a user