
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
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" …
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?
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.
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. …
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 …
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.
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:
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.
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...