Skip to content

Releases: MatthewsDevelopment/gostoat

Release list

v0.0.2

Choose a tag to compare

@MatthewsDevelopment MatthewsDevelopment released this 04 Jun 18:06
54f90a7
  • Installing gostoat will now include github.com/gorilla/websocket v1.5.3 within the go.mod file which is required to use this package.
  • Improved the logging text.

v0.0.1

Choose a tag to compare

@MatthewsDevelopment MatthewsDevelopment released this 07 Dec 18:22
5093245
  • The first early release version of gostoat. This is a testing version so I can get suggestions on what to add or fix.
  • Supports message and command handlers.
  • Supports NSFW channel and bot owner checks.
  • Supports using webhooks
  • Uses MIT license.
  • Added a example_pingpong.go example, a example_commands.go example, and a example_webhooks.go example.