python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Enable and Disable Command in Nextcord
I'm trying to make a command that can disable and enable any of my current commands. But it keeps returning the following error:
nextcord.ext.commands.errors.CommandInvokeError: Command raised an
exc...
Dre
Votes: 0
Answers: 1
TypeError: on_ready() missing 2 required positional arguments: 'ctx' and 'message'
when trying to run my discord bot i get an error in my code for this command, it says that i do not have 'ctx' and 'message' even though its in line 2 of the code
@bot.event
async def on_ready(ctx, me...
user18589820
Votes: 0
Answers: 2
How do you use Unix timestamps inside discord messages
I'm trying to use Unix Timestamps within a Discord Message, can't find any information about it.
Thank you!
zzeua
Votes: 0
Answers: 2
Nextcord, why can't i do this in @tasks.loop?
Nextcord accepts a list of datetime.time in @tasks.loop but i need to change the list. I tried to do this:
class peter_teste(commands.Cog):
def __init__(self, bot):
super().__init__()...
zezad
Votes: 0
Answers: 1