if you are reading this, it probably means that you wanna know how to use Bot Designer script in Glitch or you want to know what is Bot Designer Script, So lets not waste time and get to the point. For the Android or IOS users there is an application to create a discord bot using very easy language created by app developer. Below given code is the example of ping command of Bot designer script
$nomention Pong $ping

As i shown you some example to make you understand what is BD script, In short you can say that its very easy to use.
So, first you have to go to the one and only Glitch.com and create a new hellow express project.
After you created the project, go to the server.js and clear it and paste below code
const api = require('bd-js2-0') const bd = new api({ token: "token here", prefix: ["!"] }) bd.Command({ name: "ping", //Command name code: "<@$authorID> Pong!" //HERE YOUR CODE }) bd.MessageEvent()
Paste your token and get started 🙂
OFFICIAL SUPPORT – https://discord.me/bdjs