After you have node.js create a folder on your computer On windows open cmd and copy the folder location from top of the file browser and on cmd type cd "then paste the location" and enter Then do in ...
@client.event async def on_ready(): print(client.user.name) print("Bot online - Olá Mundo!") @client.event async def on_message(message): if message.content ...