mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-17 12:23:08 +00:00
api: Increase arikawa version in UserAgent to v3
This commit is contained in:
parent
0119944b28
commit
e04b19eb0f
|
@ -21,7 +21,7 @@ var (
|
||||||
EndpointGatewayBot = EndpointGateway + "/bot"
|
EndpointGatewayBot = EndpointGateway + "/bot"
|
||||||
)
|
)
|
||||||
|
|
||||||
var UserAgent = "DiscordBot (https://github.com/diamondburned/arikawa/v2)"
|
var UserAgent = "DiscordBot (https://github.com/diamondburned/arikawa/v3)"
|
||||||
|
|
||||||
type Client struct {
|
type Client struct {
|
||||||
*httputil.Client
|
*httputil.Client
|
||||||
|
|
Loading…
Reference in a new issue