Socket
Socket
Sign inDemoInstall

github.com/mjhehn/gosdbot

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/mjhehn/gosdbot

Package gosdbot acts as an extension of the discord api by implementing some helper methods and additional functions potentially useful for a go discord bot.


Version published

Readme

Source

GoDoc Go Report Card Build Status

SDBot

SDBot is a package with a few utilities and the code to spin up fairly simple Discord bot written in the Go. Simply stripping the current main.go file out and running it as-is with a responses.json file customized as per the template or example file can get you up and running in no time!

Getting Started

Installing

This assumes you already have a working Go environment, if not please see this page first.

go get github.com/mjhehn/sdbot

Usage

Import the package into your project.

import "github.com/mjhehn/sdbot"

See Documentation(in-progress, AKA nonexistent right now) and the Examples folder for more detailed information.

License

This project is licensed under the MIT License - see the LICENSE file for details

FAQs

Last updated on 08 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc