DEV Community

Md Shahriyar Alam
Md Shahriyar Alam

Posted on • Updated on

Best discord bot to make custom commands

Building your own server or community and you want to have your own customised commands for your server without needing to write codes/programmes and pay to keep them live forever? Then you can try the Custom Commands discord bot. Its both free and easy to use for an absolute beginner discord user
Lets see how we can use the Custom Commands Discord bot

Invite the bot

You can find the bot in various places but the best one is https://makeown.cc/. Its the official website link where you can just click invite and start making your own custom commands

Create Commands

First invite the bot and click on this link https://makeown.cc/dashboard this will take you to a login page. Log in and then you will see server list where you are joined. Click on the server you have invited the bot and you can see a interface Like this

Custom Commands discord bot

On the left side, Sidebar, you can see the Create button click that and you will see a variety of commands you can create with this bot.
Click the one you want. But lets see the text option. Click Text and you will see a interface like this

Custom Commands discord bot

Here you can see a few things.

  • Command name

Command name is the name of the custom command. Which will trigger the command and show you the content

  • Arguments

If you want to pass dynamic argument to the command, Something like a context, you can use arguments, But for now keep it blank, and fill the content with some content you want.
For example a command name youtube and the content might be something like https://youtube.com so whenever someone type **youtube it will send the content.

Its that simple.

Note: For commands the default prefix is ** but you can change it on the settings with whatever you like.

Now its your turn to try different features of this bot and have fun.

GitHub logo shahriyardx / shahriyardx

Full-stack web developer with knowledge of Python and JavaScript

Hi I'm Shahriyar 😁

I am a Computer Science student. Living in Bangladesh 🇧🇩
I am a full-stack web developer with knowledge of Python and JavaScript

class Shahriyar:
    """Whoami?"""
    name: str = "Md Shahriyar Alam"
    age: int = 22
    profession: str = "Student"
    country: str = "Bangladesh"
    hobby: str = "Web Development"
Enter fullscreen mode Exit fullscreen mode

Skills

Python  JavaScript  React  Node.js  HTML  CSS 




Top comments (0)