DEV Community

Vijay Meena
Vijay Meena

Posted on

🤖discord bot with create-discordx



npx create-discordx


Enter fullscreen mode Exit fullscreen mode

create-discordx

Hello everyone, in this post. I'll share information about the command line tool that we created for developers to simplify the setup of discord bot projects using typescript. You can run your own bot within seconds. Isn't that fast?

Let's hope in


Step 1

Run following command



npx create-discordx

Enter fullscreen mode Exit fullscreen mode




Step 2

Enter your bot name like my-first-bot

create-discordx - bot name

Step 3

Select your package-manager

create-discordx - package-manager

Step 4

Select template

create-discordx - select template

Final Step

That was it, your project will be initiated and you will something like this on your screen.

create-discordx


Thank you for reading!

I made this tutorial simple and short. I don't think any detailed explanation is necessary as all the steps are super simple. Let me know in comment, If you have any questions/suggestions for me. Thanks again!

References

Top comments (0)