https://github.com/jexia/discord-bot
A Discord bot covering all of the functions needed on Jexia's Discord server.
https://github.com/jexia/discord-bot
Last synced: 2 months ago
JSON representation
A Discord bot covering all of the functions needed on Jexia's Discord server.
- Host: GitHub
- URL: https://github.com/jexia/discord-bot
- Owner: jexia
- License: mit
- Created: 2020-04-09T08:19:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T17:05:27.000Z (over 5 years ago)
- Last Synced: 2025-06-09T01:36:32.382Z (4 months ago)
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/jexia/discord-bot)
[](https://pkg.go.dev/github.com/jexia/discord-bot)
[](https://github.com/jexia/discord-bot/releases/latest)
[](https://chat.jexia.com)# 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_ |