Skip to content

Commit 998a5be

Browse files
New Crowdin translations by GitHub Action (#573)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
1 parent 3250a8b commit 998a5be

File tree

60 files changed

+121
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+121
-121
lines changed

i18n/ar/docusaurus-plugin-content-docs/current/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export class AppUpdate {
8888

8989
public constructor(private readonly client: Client) {}
9090

91-
@Once('ready')
92-
public onReady(@Context() [client]: ContextOf<'ready'>) {
91+
@Once('clientReady')
92+
public onReady(@Context() [client]: ContextOf<'clientReady'>) {
9393
this.logger.log(`Bot logged in as ${client.user.username}`);
9494
}
9595

i18n/ar/docusaurus-plugin-content-docs/current/listeners.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import { Once, On, Context, ContextOf } from 'necord';
1919
export class AppService {
2020
private readonly logger = new Logger(AppService.name);
2121

22-
@Once('ready')
23-
public onReady(@Context() [client]: ContextOf<'ready'>) {
22+
@Once('clientReady')
23+
public onReady(@Context() [client]: ContextOf<'clientReady'>) {
2424
this.logger.log(`Bot logged in as ${client.user.username}`);
2525
}
2626

i18n/bg/docusaurus-plugin-content-docs/current/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export class AppUpdate {
8888

8989
public constructor(private readonly client: Client) {}
9090

91-
@Once('ready')
92-
public onReady(@Context() [client]: ContextOf<'ready'>) {
91+
@Once('clientReady')
92+
public onReady(@Context() [client]: ContextOf<'clientReady'>) {
9393
this.logger.log(`Bot logged in as ${client.user.username}`);
9494
}
9595

i18n/bg/docusaurus-plugin-content-docs/current/listeners.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import { Once, On, Context, ContextOf } from 'necord';
1919
export class AppService {
2020
private readonly logger = new Logger(AppService.name);
2121

22-
@Once('ready')
23-
public onReady(@Context() [client]: ContextOf<'ready'>) {
22+
@Once('clientReady')
23+
public onReady(@Context() [client]: ContextOf<'clientReady'>) {
2424
this.logger.log(`Bot logged in as ${client.user.username}`);
2525
}
2626

i18n/bn/docusaurus-plugin-content-docs/current/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export class AppUpdate {
8888

8989
public constructor(private readonly client: Client) {}
9090

91-
@Once('ready')
92-
public onReady(@Context() [client]: ContextOf<'ready'>) {
91+
@Once('clientReady')
92+
public onReady(@Context() [client]: ContextOf<'clientReady'>) {
9393
this.logger.log(`Bot logged in as ${client.user.username}`);
9494
}
9595

i18n/bn/docusaurus-plugin-content-docs/current/listeners.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import { Once, On, Context, ContextOf } from 'necord';
1919
export class AppService {
2020
private readonly logger = new Logger(AppService.name);
2121

22-
@Once('ready')
23-
public onReady(@Context() [client]: ContextOf<'ready'>) {
22+
@Once('clientReady')
23+
public onReady(@Context() [client]: ContextOf<'clientReady'>) {
2424
this.logger.log(`Bot logged in as ${client.user.username}`);
2525
}
2626

i18n/ca/docusaurus-plugin-content-docs/current/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export class AppUpdate {
8888

8989
public constructor(private readonly client: Client) {}
9090

91-
@Once('ready')
92-
public onReady(@Context() [client]: ContextOf<'ready'>) {
91+
@Once('clientReady')
92+
public onReady(@Context() [client]: ContextOf<'clientReady'>) {
9393
this.logger.log(`Bot logged in as ${client.user.username}`);
9494
}
9595

i18n/ca/docusaurus-plugin-content-docs/current/listeners.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import { Once, On, Context, ContextOf } from 'necord';
1919
export class AppService {
2020
private readonly logger = new Logger(AppService.name);
2121

22-
@Once('ready')
23-
public onReady(@Context() [client]: ContextOf<'ready'>) {
22+
@Once('clientReady')
23+
public onReady(@Context() [client]: ContextOf<'clientReady'>) {
2424
this.logger.log(`Bot logged in as ${client.user.username}`);
2525
}
2626

i18n/cs/docusaurus-plugin-content-docs/current/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export class AppUpdate {
8888

8989
public constructor(private readonly client: Client) {}
9090

91-
@Once('ready')
92-
public onReady(@Context() [client]: ContextOf<'ready'>) {
91+
@Once('clientReady')
92+
public onReady(@Context() [client]: ContextOf<'clientReady'>) {
9393
this.logger.log(`Bot logged in as ${client.user.username}`);
9494
}
9595

i18n/cs/docusaurus-plugin-content-docs/current/listeners.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import { Once, On, Context, ContextOf } from 'necord';
1919
export class AppService {
2020
private readonly logger = new Logger(AppService.name);
2121

22-
@Once('ready')
23-
public onReady(@Context() [client]: ContextOf<'ready'>) {
22+
@Once('clientReady')
23+
public onReady(@Context() [client]: ContextOf<'clientReady'>) {
2424
this.logger.log(`Bot logged in as ${client.user.username}`);
2525
}
2626

0 commit comments

Comments
 (0)