Skip to content

Commit

Permalink
Merge branch 'incognico-abnormal-closure'
Browse files Browse the repository at this point in the history
  • Loading branch information
vsTerminus committed May 15, 2020
2 parents 7e7ee2d + 89f43be commit 51d15e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojo/Discord/Gateway.pm
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ has no_resume => ( is => 'ro', default => sub {
{
'1000' => 'Normal Closure',
'1001' => 'Going Away',
'1006' => 'Abnormal Closure',
'1009' => 'Message Too Big',
'1011' => 'Internal Server Err',
'1012' => 'Service Restart',
Expand Down

0 comments on commit 51d15e1

Please sign in to comment.