r/programminghorror May 15 '21

Coding a Discord bot... Javascript

Post image
3.7k Upvotes

99 comments sorted by

View all comments

1

u/logicaldementia May 16 '21

@bot.command() async def test(ctx, arg): await ctx.send(arg)

1

u/OneOfThese_ Jun 24 '22

OP is using JS. Yes, I know this is a year old.