Discord Bot Maker

Discord Bot Maker

View Stats:
Hackerkm Sep 13, 2017 @ 2:31pm
!say
So, I want to make a command like my friend did.
!say (#Channel) (Message)
< >
Showing 1-8 of 8 comments
Luna Sep 13, 2017 @ 10:25pm 
this is the raw data of the command, right click a command select raw data and paste that code:
{"name":"say","permissions":"NONE","restriction":"1","actions":[{"channel":"3","varName":"","message":"${tempVars(\"text\")}","storage":"0","varName2":"","name":"Send Message"},{"info":"1","infoIndex":"2","storage":"1","varName":"text","name":"Store Command Params"}]}
And please join the Discord. There are more people who can help you.
Hackerkm Sep 13, 2017 @ 11:24pm 
Ohhh Raw data. I get you. K.
Thank you dude.
Hackerkm Sep 13, 2017 @ 11:27pm 
Also, I used to be in the discord. Bot I left because I was filling my group list.
Edit: When I try to use the command it says "Undenifed"
Last edited by Hackerkm; Sep 13, 2017 @ 11:30pm
Luna Sep 13, 2017 @ 11:55pm 
Mh. I will try later. :wht:
Aikatsuyuri Sep 14, 2017 @ 3:26am 
{"name":"Sonar","permissions":"NONE","restriction":"4","actions":[{"channel":"1","varName":"","info":"2","storage":"1","varName2":"SonarTarget","name":"Store Channel Info"},{"info":"1","infoIndex":"2","storage":"1","varName":"SonarMSG","name":"Store Command Params"},{"channel":"3","varName":"SonarTarget","message":"${tempVars(\"SonarMSG\")}","storage":"0","varName2":"SonarDel","name":"Send Message"},{"time":"5","measurement":"1","name":"Wait"},{"storage":"0","varName":"","name":"Delete Message"}]}

I do mine a bit different but you can try this too as well if you'd like.

Sonar #Channel Hey what's up guys, Aika here.

Alub Apr 2, 2018 @ 9:11am 
I kinda want to make a !say command aswell but i want it to be like: Input: !say (text) Out put: (User) said (text).
Hackerkm Apr 10, 2018 @ 6:00am 
I have one now.
{
"name": "say",
"permissions": "ADMINISTRATOR",
"restriction": "1",
"_id": "WtInc",
"actions": [
{
"info": "4",
"infoIndex": "1",
"storage": "1",
"varName": "1",
"name": "Store Command Params"
},
{
"info": "1",
"infoIndex": "2",
"storage": "1",
"varName": "2",
"name": "Store Command Params"
},
{
"channel": "5",
"varName": "1",
"message": "${tempVars(\"2\")}",
"storage": "0",
"varName2": "",
"name": "Send Message"
}
]
}



Case closed can you guys not comment anymore.
thanks
< >
Showing 1-8 of 8 comments
Per page: 1530 50