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.
- Create an application in the developer portal and add a Bot user. Copy the token once — Conjure encrypts it and never shows it again.
- Pick a template or describe your bot on Conjure. Templates follow patterns from the discord.js guide (slash commands, welcome messages, moderation).
- Invite the bot with the
applications.commandsscope so slash commands appear. - 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.
- Iterate in chat — ask for changes like “add a /poll command” and redeploy when you are happy.