c0d3high

Results 3 issues of c0d3high

Trying to get tweets containing certain words from a specific user.... any ideas? ``` require('dotenv').config() const Twit = require('twit') const Discord = require('discord.js'); const client = new Discord.Client(); var T...

Hi, I am trying to follow a specific twitter ID and track tweets containing certain keywords. ``` require('dotenv').config() const Twit = require('twit') const Discord = require('discord.js'); const client = new...

Hi, The code works, however, when I receive a new email all the bot sends to Discord is a new message that says New Email. I want the bot to...