Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 762d80b

Browse files
authored
Merge pull request #17 from botlabs-gg/apiv9
merging apiv9 to Yagpdb
2 parents b76329c + f1eac30 commit 762d80b

29 files changed

+890
-3256
lines changed

discord.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ import (
1717
"context"
1818
"errors"
1919
"fmt"
20-
"github.com/hashicorp/go-cleanhttp"
2120
"log"
2221
"net/http"
2322
"strconv"
2423
"strings"
2524
"time"
25+
26+
"github.com/hashicorp/go-cleanhttp"
2627
)
2728

2829
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
29-
const VERSION = "0.18.0-alpha"
30+
const VERSION = "unknown-jonas"
3031

3132
// ErrMFA will be risen by New when the user has 2FA.
3233
var ErrMFA = errors.New("account has 2FA enabled")

endpoints.go

Lines changed: 142 additions & 134 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)