(fix): webhook secret constant-time compare
(fix): observer rename, panic emits ErrorEvent (refactor): Runner.Once removed, Scene.PluginName unexported (doc): godoc hygiene pre-1.0.0
This commit is contained in:
+3
-3
@@ -24,9 +24,9 @@ func (bot *Bot[T]) findScene(name string) (*sceneMeta, bool) {
|
||||
}
|
||||
|
||||
return &sceneMeta{
|
||||
Name: scene.Name,
|
||||
Scope: scene.Scope,
|
||||
Entry: scene.Entry,
|
||||
Name: scene.name,
|
||||
Scope: scene.scope,
|
||||
Entry: scene.entry,
|
||||
Steps: steps,
|
||||
}, true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user