DragonZV
DragonZV
```js let helpMenu = new Menu(message.channel, message.author.id, [ { name: 'main', content: main, reactions: { '⚙': 'config', '🔍': 'information', '🎮': 'fun', [`${emojis.giveaways}`]: 'giveaways', '📷': 'image', } }, { name: 'config',...
### Current Behavior if I run nx publish without a publish script, it gives me ` > NX Cannot find configuration for task packagename:publish` if I add `"publish": "npm publish"`...
I was wondering if its possible to use webhooks for the giveaway embed.
```js $ truecallerjs -s +9199123456789 --json { "message": "Request failed with status code 426", "name": "AxiosError", "stack": "AxiosError: Request failed with status code 426\n at settle (file:///usr/local/lib/node_modules/truecallerjs/node_modules/axios/lib/core/settle.js:19:12)\n at Unzip.handleStreamEnd (file:///usr/local/lib/node_modules/truecallerjs/node_modules/axios/lib/adapters/http.js:572:11)\n...
```py import os from twitter_scraper_selenium import scrape_topic_with_api scrape_topic_with_api(URL='https://twitter.com/i/topics/1468157909318045697', output_filename='tweets', tweets_count=10, headless=False) if os.path.isfile("./tweets.json") == False: scrape_topic_with_api(URL='https://twitter.com/i/topics/1468157909318045697', output_filename='tweets', tweets_count=10, headless=False) if len(open("./tweets.json").read()) < 100: scrape_topic_with_api(URL='https://twitter.com/i/topics/1468157909318045697', output_filename='tweets', tweets_count=10, headless=False) ``` I'm repeatedly...