Apply suggestion from @Jiralite

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
Almeida
2026-03-30 11:16:27 +01:00
committed by GitHub
parent 3328a848bb
commit b910799d50

View File

@@ -177,7 +177,7 @@ class ShardingManager extends AsyncEventEmitter {
/**
* The API version to use
*
* @type {?string}
* @type {string}
*/
this.version = _options.version ?? APIVersion;