- Tags
-
- Tags
- None
Terminal is a brayanbot addon that allows you to run local commands


YAML:
Command:
CMD: terminal
Desc: Allows you to run local commands
Usage: terminal ls
UserIDs:
- "374879107286171648"
Enabled: true
JSON:
{
"NoInput": {
"Embeds": [
{
"title": "Terminal | Invalid Usage",
"description": "Please use the correct usage: `-terminal [local_command]`"
}
]
},
"Permission": {
"Embeds": [
{
"title": "Terminal | Permission",
"Description": "You are not on the allowed list"
}
]
}
}