“Unknown Integration” error when running slash command discord.py
I’ve created a test slash (application) command for my discord bot, and whenever the slash command is run, it says this: https://imgur.com/a/JP4duRi
“missing required positional argument ‘ctx'” in a Discord bot
I’m trying to make a discord bot, but I get the error from the title. This is my code:
Discord bot: missing required positional argument ‘ctx’
Hiyaa!!
Making a discord bot to work a slash commands, what is wrong here? I can’t see the command in the server
Here is my code:
discord.py-PermissionOverwrite, from Digiwind’s video
im trying to make a small ticketing bot for a friend but i have a small problem with the PermissionOverwrites:
Converting to “int” failed for parameter “b”
i’m trying to make bot command which adds two numbers together by requesting that they are turn into integers byspecifying the converter but for some reason i constantly get error that variables can’t convert into int
who know why my discord bot hasn’t unban people
@bot.command()
async def unban(ctx, *, member):
banned_users = await ctx.guild.bans()
try:
member_name, member_discriminator = member.split(“#”)
except:
await ctx.send(“:x: unbanned: User#0001”)
return
why is this not replying to the user with the embed?
why is this not replying to the user with the embed?
Generate invite from other servers (discord.py)
I’m doing a little experiment trying to see if I can generate invite from server my bot has been added to. I encounter a problem in the definition of something called InviteTarget that I am not even using (?)
Generate invite from oter servers (discord.py)
I’m doing a little experiment trying to see if I can generate invite from server my bot has been added to. I encounter a problem in the definition of something called InviteTarget that I am not even using (?)