package
1.10.1
Repository: https://github.com/switchupcb/disgo.git
Documentation: pkg.go.dev

# README

Disgo Tools

The Disgo Tools package contains utility tools that help you create a Disgo Bot.

# Functions

DataURI returns a Data URI from the given HTTP Content Type Header and base64 encoded data.
ImageDataURI returns a Data URI from the given image data.
InterceptSignal blocks until the provided signals are intercepted.
NumOptions determines the amount of options (and suboptions) in a given array of options.
OptionsToMap parses an array of options and suboptions into an OptionMap.

# Variables

Signals represents common termination signals used to terminate the program.