Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord python command alias

@commands.command(aliases=['testcommand', 'testing'])
async def test(self, ctx):
    await ctx.send("This a test command")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #discord #python #command #alias
ADD COMMENT
Topic
Name
2+4 =