python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Python SystemError: bad BUILD_CONST_KEY_MAP keys argument
I have some code running in python3.10 and about 80% of the time I get this error
SystemError: bad BUILD_CONST_KEY_MAP keys argument
the error is thrown on a line which sets a value in a map
a_map= d...
lufthansa747
Votes: 0
Answers: 0
How do you send a private message in discord.py to command user?
Please reference to the image below:
I know how to send a private message DM to user... But I want the bot to send a message in the CHANNEL instead, yet make the message content see-able only by the ...
Hyperba
Votes: 0
Answers: 2
discord.py / disnake.py / pycord.py voice mute
I want to mute a user in a voice channel without kicking them.
This does not fit:
1.await member.add_roles(role_mute)
For this to work, the user needs to be kicked from the voice chat.
I tried to upda...
BURAKKU
Votes: 0
Answers: 1
pycord RuntimeError while trying to start ipc Discord Bot
I'm following this tutorial to create a discord bot with a dashboard
but when I run my bot.py file I'm getting an error. What am I doing wrong?
bot.py:
import discord
from discord.ext import commands,...

Luca
Votes: 0
Answers: 3