
How to make your Discord Bot always active - Stack Overflow
Oct 16, 2020 · The bot needs a computer to keep running. When you are programming and testing your bot, it's your PC which is powering it. When you close your PC or stop the bot …
How do i make a working slash command in discord.py
Feb 17, 2022 · I am trying to make a slash command with discord.py I have tried a lot of stuff it doesn't seem to be working. Help would be appreciated.
Let discord bot interact with other bots - Stack Overflow
Apr 23, 2023 · I have a Python script for a Discord bot and I want it to send a message to another Bot and select the prompt option and then type in a message but I can't get the interaction …
How to change activity of a discord.py bot? - Stack Overflow
Dec 1, 2019 · 27 Reminder for everyone, DO NOT change_presence (or make API calls) in on_ready within your Bot or Client. Discord has a high chance to completely disconnect you …
How can I make Discord bots display the "Bot is typing ..." status?
How can I make Discord bots display the "Bot is typing ..." status? Asked 7 years, 4 months ago Modified 4 years, 2 months ago Viewed 25k times
How to sync slash command to Group Chat or User DM?
Aug 15, 2024 · How to make my Discord Bot sync to Group Chat or User DM? There is a Discord Bot able to use the commands without inviting to Discord Server, and it works in Discord …
How do you make a Discord bot reply to a certain message?
Jun 17, 2023 · I'm trying to make the bot reply to a message. You can send the message ID to the bot and the bot saves the message ID as a variable, then replies to the correct message using …
Make Discord bot send picture with message with NodeJS
Aug 15, 2017 · Make Discord bot send picture with message with NodeJS Asked 8 years, 2 months ago Modified 4 years, 1 month ago Viewed 135k times
python - Reply to a message discord.py - Stack Overflow
Dec 14, 2020 · I want to make my bot react to a users message when they type a certain sentence. My code to reply: await ctx.message.reply("I just replied to you") I get …
How to make bot respond to a certain msg? - Stack Overflow
May 7, 2018 · So, I've been trying to make my bot respond to a specific keyword however when I do this the bot either doesn't respond or gives me a bunch of errors. I've tried a few methods …