-
Not sure if somebody encountered this problem.
I forked the code and deployed to heroku according to the instruction. All went smoothly, then I added those environmental variable such as my steem a…
-
I notice that there is the Follower Service that has an OnNewFollowersDetected event. I also notice the the PubSub service has an OnFollow event. I'm trying to make a game that links to a players twit…
-
The bot is prompting MSFT employees to sign the CLA. Example:
https://github.com/microsoft/CSS-Exchange/pull/2153
The user https://github.com/rosspa05 is joined to the Microsoft org, so I'm not …
-
mkdir whatsapp-bot
cd whatsapp-bot
npm init -y
npm install express twilio body-parser
const express = require('express');
const bodyParser = require('body-parser');
const twilio = require('twili…
-
Hello,
I'm new to the tool so please forgive me if the solution to this problem is already explained somewhere.
(I did search through the issues and couldn't find anything)
When I run the tool…
-
### Discord Account
Secondyou#4900
### Plugin Description
Plugin that allows discord output audio to screen recorder apps (such as Az screen recorder) or allow to make another apps using microphone…
-
Sometimes a user in a realm creates a second account, which causes confusion for someone trying to search/narrow to find things they've posted. Some reasons:
* moving jobs/schools/etc. and losing a…
-
Rethink how the bot prompts for whether the asker is done with their question. Perhaps take into account whether anyone else talked in the channel, whether helpers were pinged. Maybe make helpers only…
mniip updated
2 years ago
-
Steps to reproduce:
1. By accident I made `phoneCode` callback to always return the same resolved promise.
2. And did not return `true` from `onError` callback.
3. Then I invalidated code by sendin…
-
Discord is pushing for libs to support rate limits natively rather than leaving that responsibility to users, so there needs to be some handling for that: https://github.com/hammerandchisel/discord-ap…