node js: send get request, save response
edited, i cut it short. code variable is assigned firstly i need to trigger a php script with get request, output shouldn’t be saved “https://flower.nyaizhel.ml/fun/carbon/?code=” + code …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
edited, i cut it short. code variable is assigned firstly i need to trigger a php script with get request, output shouldn’t be saved “https://flower.nyaizhel.ml/fun/carbon/?code=” + code …
I’m trying make my bot to send a random question from a .json file every two hours into a specific channel. It’s not inside any event listener so I don’t have a message object to use to send messages. …
I’m trying to create private channel script in discord.js v12 that once a member joins, it creates a private room which only the person who created can join and others can’t (only with a command). I …
I want that if someone mentions my bot without saying anything else in the same message, that the bot replies to it. Example: @bot And not: @bot hi This is my current code: client.on(‘message’, …
I am trying to trigger the on_member_join event and it is not triggering when someone joins. I am trying to give someone a role on join too, but I pretty much know how to do that. I just do not …
I am relatively new to making Discord bots and I have seen other bots do this but I want to know how you can make the “bot is typing…” effect at the bottom of the chat screen with Discord….
my node.js discord bot (discord.js based) suddenly shut down an hour ago and now produces an error on startup. Bot started! Found 3 commands, loading. /var/www/bot/live/node_modules/discord.js/src/…
The title pretty much says it all, I’m wondering if anyone could help me. I’m using discord v11.5.1 Here is my code: exports.run = async (bot, message) => { const options = [“🇦”, &…
I’m currently coding a bot in PyCharm. I’m trying to make it so that the bot responds to a user when that user mentions them. Here is the code. @client.event async def on_message(msg): if str(…
I am trying to make a guildMemberAdd function to my bot however when the first member joins, it just DMs them once, when the second person joins it DMs them twice, and so on. So I did some testing and …