Skip to content

botless/parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parser

Parse chat message events into botless commands


Known Event Message Types --> [Parser]  --> Botless Commands
 

A command looks like this in Message form:

/example arguments to the command

And this will be converted to a botless.bot.command event payload:

{
    "cmd": "example",
    "args": "arguments to the command",
    "author": "README.md",
    "channel": "github.com"
}

About

Parse chat message events into botless commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published