diff --git a/src/events/ready.ts b/src/events/ready.ts index 503a9ee2..86d529ff 100644 --- a/src/events/ready.ts +++ b/src/events/ready.ts @@ -193,9 +193,12 @@ export default class ReadyEvent extends BaseEvent { case "WATCHING": type = 3; break; - case "COMPETING": + case "CUSTOM": type = 4; break; + case "COMPETING": + type = 5; + break; } if (this.client.config.status.type && this.client.config.status.text) { @@ -301,4 +304,4 @@ Copyright 2023 Sayrix (github.com/Sayrix) Licensed under the Creative Commons Attribution 4.0 International please check https://creativecommons.org/licenses/by/4.0 for more informations. -*/ \ No newline at end of file +*/