How to make a Discord bot without coding

You do not need to learn JavaScript from scratch. You still need a bot in the Discord Developer Portal — that is where Discord issues your token. Conjure handles the code and hosting after that.

  1. Create an application in the developer portal and add a Bot user. Copy the token once — Conjure encrypts it and never shows it again.
  2. Pick a template or describe your bot on Conjure. Templates follow patterns from the discord.js guide (slash commands, welcome messages, moderation).
  3. Invite the bot with the applications.commands scope so slash commands appear.
  4. Deployfrom the editor on a paid plan. Test in a private server — global commands can take up to an hour to update on Discord's side.
  5. Iterate in chat — ask for changes like “add a /poll command” and redeploy when you are happy.