#.fetchSubscribers()

1 messages · Page 1 of 1 (latest)

hollow vapor
#

It requires first parameter so yeah

vague belfryBOT
#

• Discord ids follow the snowflake format: learn more
• Discord ids must be represented as strings as they are larger than Number.MAX_SAFE_INTEGER, the largest integer that can be represented in JavaScript

- client.guilds.cache.get(123456789012345678)
+ client.guilds.cache.get("123456789012345678")
hollow vapor
ornate lance
#

Yes