Skip to main content

Discord.js

Coming from discord.js? Don't worry, we'll help you move to Dreamcord!

Logging in

On discord.js, you might've logged into the bot like this:

index.js
client.login("<your bot's token>");

But on Dreamcord, you log into your bot like this:

index.js
client.connect("<your bot's token>");
note

We do have a login, but we highly recommend using connect instead.