package
0.0.0-20240613153357-3ea8a2466821
Repository: https://github.com/5ht2/taro-bot.git
Documentation: pkg.go.dev
# Functions
ErrorCommand (.err) will return only errors when called, as an example of how errors are handled in the bot.
EveryMinuteJob will print something to the console every minute.
ExampleCommand (.example) is a basic example of returning just a message with a command.
InitPlugin is called when a plugin is registered, and is used to register commands, responses, jobs and handlers.
ReactionHandler will send a message whenever someone adds a reaction to a message, as well as info about the reaction.
Shutdown will run when the bot is killed / stopped, and says goodbye to the console.
Startup will run after all plugins have been loaded and before schedulers are started.
TestResponse will send an embed when a message contains the @mention (ping) of the bot and the word help or the word test.