mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-01-20 01:13: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.
|
* 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.
|
* @param {Object} [options={}] - Optional configuration options.
|
||||||
*/
|
*/
|
||||||
constructor(client, options = {}) {
|
constructor(client, options = {}) {
|
||||||
|
|
Loading…
Reference in a new issue