Skip to content

Commit

Permalink
undo removal of types
Browse files Browse the repository at this point in the history
  • Loading branch information
Faf4a authored Dec 3, 2023
1 parent 233b781 commit ba4706a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/classes/AoiBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ class BaseClient extends Discord.Client {
});
}
}

/**
* @param {Record<string,string | number | object >} d
* @param table
*/
variables(d, table = this.db?.tables?.[0]) {
if (this.db === undefined) {
throw new TypeError(
Expand Down

0 comments on commit ba4706a

Please sign in to comment.