Answers for "discord python command alias"

0

discord python command alias

@commands.command(aliases=['testcommand', 'testing'])
async def test(self, ctx):
    await ctx.send("This a test command")
Posted by: Guest on July-08-2021

Python Answers by Framework

Browse Popular Code Answers by Language