About 521,000 results
Open links in new tab
  1. How to change activity of a discord.py bot? - Stack Overflow

    Dec 1, 2019 · I want to change the bot status from playing to watching. I've tried this but it's still playing status: import discord from discord.ext.commands import Bot from discord.ext import commands import

  2. python - how do i run this .py code for a discord bot? - Stack Overflow

    May 5, 2022 · Click on the "Copy" button, and paste this URL into a browser tab. Choose a server to invite the bot to, and click “Authorize” (To add the bot, your account needs "Manage Server" …

  3. making discord bots online 24/7 in visual studio code discord.py

    Aug 26, 2022 · I have a discord bot that I want to make online 24/7 in visual studio code and need help. Like is there a different way than Heroku and mongo DB?

  4. 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.

  5. python - How do I get the discord.py intents to work? - Stack Overflow

    Nov 14, 2020 · Closed 2 years ago. I am trying to make a bot that welcomes people to the server that it's in and all of the code works except for the on_member_join event because it utilizes the new intents. …

  6. How do I mention a user in discord.py? - Stack Overflow

    May 14, 2017 · I'm trying to code a simple bot using discord.py, so I started with the fun commands to get familiar with the library. import discord client = discord.Client() @client.event async def …

  7. Python Discord Bot - Simply send a message to a channel from a …

    Mar 30, 2021 · UPDATE: I really only want to make the bot send message whenever I call it from a different point in my python files. I neither want to send a message on start nor in an intervall.

  8. 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:

  9. Python - DM a User Discord Bot - Stack Overflow

    Sep 15, 2018 · 3 I'm working on a User Discord Bot in Python .If the bot owner types !DM @user then the bot will DM the user that was mentioned by the owner.

  10. How to make a spam command in discord.py - Stack Overflow

    Ive just started learning py today and I want to make a spam command that uses args to choose how many times to send the message what the message is i want to spam Ive tried taking peices of othe...