mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 08:32:41 +00:00
Add dictionary commands, antonym/etymology integrations, and audit fixes
New DictionaryPlugin with !antonym, !pronounce, !etymology, !difficulty, and !rhyme commands. Integrate antonyms into !define (concurrent 500ms fetch), difficulty tier into Hangman headers, and etymology into WOTD. Fix rhyme limit bug (request 50, display 7), variable shadowing, and add spec-required emoji prefixes to all dictionary command outputs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
main.go
1
main.go
@@ -112,6 +112,7 @@ func main() {
|
||||
// Entertainment / Lookup
|
||||
registry.Register(plugin.NewRetroPlugin(client))
|
||||
registry.Register(plugin.NewLookupPlugin(client, ratePlugin, dictClient))
|
||||
registry.Register(plugin.NewDictionaryPlugin(client, dictClient))
|
||||
registry.Register(plugin.NewCountdownPlugin(client))
|
||||
registry.Register(plugin.NewStocksPlugin(client))
|
||||
forexPlugin := plugin.NewForexPlugin(client)
|
||||
|
||||
Reference in New Issue
Block a user