module
0.0.0-20200526111342-3af5e6782ac8
Repository: https://github.com/jexia/discord-bot.git
Documentation: pkg.go.dev
# README
Jexia Discord Bot
A Discord bot covering all of the functions needed on Jexia's Discord server.
Variables | Description | Example Value |
---|---|---|
token | The token provided by Discord to authenticate the gateway and API requests | Discord Token |
prefix | The value prefixing the commands that are called though a Discord message | ! |
address | The value of the API server | 0.0.0.0:80 |
Endpoints | Description | Events Supported |
---|---|---|
/github/{channelID} | This is the endpoint for receiving GitHub's webhook payload events. Should be added as if it was a webhook. The message will be sent the the Discord channel matching channelID. | release |
Commands | Description | Permissions Required |
---|---|---|
ping | This command simply returns the time taken to respond to an event. | none |
# Packages
No description provided by the author