ST4LTH-Development / dialog

21 stars 9 forks source link

Allow args with events #2

Closed brunoodle closed 7 months ago

brunoodle commented 7 months ago

Allows for the use of args in the data section.

Example usage in config:

{
   text = 'Give me the medium route.',
   event = 'Renewed-Garbage:client:clientChecks',
   args = {
      size = 'medium',
   },
   close = true,
}