mirror of
https://github.com/bwmarrin/discordgo.git
synced 2025-12-23 23:17:45 -05:00
chore: typo in comment under Session struct (#1661)
Co-authored-by: sa-dd <asaad5436@gmail>
This commit is contained in:
@@ -72,7 +72,7 @@ type Session struct {
|
||||
// Exposed but should not be modified by User.
|
||||
|
||||
// Whether the Data Websocket is ready
|
||||
DataReady bool // NOTE: Maye be deprecated soon
|
||||
DataReady bool // NOTE: Maybe deprecated soon
|
||||
|
||||
// Max number of REST API retries
|
||||
MaxRestRetries int
|
||||
|
||||
Reference in New Issue
Block a user