issues
search
Top-gg-Community
/
node-sdk
An official module for interacting with the Top.gg API
https://topgg.js.org/
133
stars
42
forks
source link
Fix serverCount argument typing in postStats()
#31
Closed
AwesomeStickz
closed
4 years ago
AwesomeStickz
commented
4 years ago
Fixed typing for
serverCount
argument in
postStats()
. It accepts both
number
and
number[]
but it currently has only
number
in typing
serverCount
argument inpostStats()
. It accepts bothnumber
andnumber[]
but it currently has onlynumber
in typing