Discord.py Profile Global name
I am looking for an answer to the question of how to return the display name that the user sets on the profile instead of on the server, using discord.py
Why is Custom Discord.py Client is Processing it’s Own Messages?
I’ve the following script that’s creating a class MyClient
which is subclassing from discord.Client
Besoin d’un programmes discord.py pour une commande
Bonsoir, je cherche un programme discord py pour deux commande maintenance en gros la première servira à lancer le mode maintenance qui verrouillera l’accès au salons et la deuxième qui stoppera le mode svp bonne soirée
How can a Discord bot reply to a non DM server?
Why do bots only reply in DMs?
You must reply to the channel from which you sent the ‘test’ from the server.
I’d like you to let me know the error.
Discord py sticker upload issues
I have a Union list of discord.PartialEmoji and discord.Sticker and i iterate them into CDN asset to preview like this
can FFmpeg make the bot have no sound when joining the voice channel?
`@bot.command()
async def play(ctx, *, query):
try:
if ctx.voice_client is None:
await ctx.send(“I’m not connected to a voice channel.”)
return
can FFpeg make the bot have no sound when joining the voice channel?
`@bot.command()
async def play(ctx, *, query):
try:
if ctx.voice_client is None:
await ctx.send(“I’m not connected to a voice channel.”)
return
Getting the contents of a message in Discord.py
I have been trying to get the contents of a message in Discord.py so I can display it at the bottom of the message my bot sends back. Every example I have seen online has been to check for certain phrases to trigger a command but not to print the message back.
Python – Discord button – This interaction failed
`import discord
from discord.ext import commands
from discord.ui import View, Button
import asyncio
How to kick a user on discord using discord.py?
I made a discord bot which can automod but havent finished it. I tried making the kick function: