This may sound stupid but what's @ in Python like I see this:
@bot.command()
async def ping(ctx):
await ctx.send('pong')
and I don't understand what is does lol
(sorry for a dumb question)
This may sound stupid but what's @ in Python like I see this:
@bot.command()
async def ping(ctx):
await ctx.send('pong')
and I don't understand what is does lol
(sorry for a dumb question)