“Discord.py Argumen Opsional” Kode Jawaban

opsional arg discord py

async def command (ctx, amount: typing.Optional[int] = 0)
CowCode

Discord.py Argumen Opsional

@client.command()
async def hellothere(ctx, *, msg):
    await ctx.send("General Kenobi")
#to add an optional Argument simply add an =None (anything else alowed to) after msg
#the * means that it gives you everthing after the command
async def hellothere(ctx, *, msg=''):
Eager Elephant

Jawaban yang mirip dengan “Discord.py Argumen Opsional”

Pertanyaan yang mirip dengan “Discord.py Argumen Opsional”

Lebih banyak jawaban terkait untuk “Discord.py Argumen Opsional” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya