Fix wording

This commit is contained in:
Bruce Marriner 2020-01-20 12:06:54 -06:00
parent 973580a2ba
commit ee9178e237

View file

@ -29,7 +29,9 @@ type Session struct {
// General configurable settings.
// Authentication token for this session
// TODO: Remove Below, Deprecated, Use Identify struct
Token string
MFA bool
// Debug for printing JSON request/responses
@ -43,7 +45,7 @@ type Session struct {
// https://discordapp.com/developers/docs/topics/gateway#identify
Identify Identify
// TODO: REMOVE Below, DEPRECATED, Use IDENTITY struct
// TODO: Remove Below, Deprecated, Use Identify struct
// Should the session request compressed websocket data.
Compress bool