mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-01-19 17:03:47 +05:00
fix(i18n): fixing client types
This commit is contained in:
parent
79bb43b851
commit
26b33e3298
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export default class InternationalizationService {
|
|||
/**
|
||||
* Constructs an instance of the InternationalizationService.
|
||||
*
|
||||
* @param {import("../../index.js").client} client - The client instance.
|
||||
* @param {import("../../structures/client").ExtendedClient} client - The client instance.
|
||||
* @param {Object} [options={}] - Optional configuration options.
|
||||
*/
|
||||
constructor(client, options = {}) {
|
||||
|
|
Loading…
Reference in a new issue