Hi I want give int and I coded this
async def limit(ctx, amount : int): await ctx.send("Limit is : "+amount)But I Got This Error: TypeError: can only concatenate str (not "int") to str
What Should I Do?
Anonymous Asked question May 14, 2021
Let's go Yeaaaaah!
Hi I want give int and I coded this
async def limit(ctx, amount : int): await ctx.send("Limit is : "+amount)But I Got This Error: TypeError: can only concatenate str (not "int") to str
What Should I Do?
Recent Comments