Suggestion or Report

You can send us your suggestions and reports about the bot with the Suggestion or Report command. With this command, you send a request to the #request channel on our official discord server, which only authorized users can access.

# How can you use the command? You can use the command by typing `yl suggestion_report` or `yl sr` in the chat. Or you can use it as `/suggestion_report`. # What happens next? The bot will send a message to the **`#request`** channel on our official discord server with the content of your message. Only authorized users can see this channel.

RTS update

RTS (RankTableSheet) is what many people call a result or scrim bot. In this system, you will create your own RTS key, make the necessary arrangements, and finally click the request button.

Since our card is not accepted in the Discord Team payment methods (We are doing our best to solve this) Payment will be manual. Yes payment. After all, we are making a mini program that works inside our bot. Each KEY is actually a program. That's why we have to charge a certain fee. But this is a project worth the fee you pay. And we will try to update and improve this system as much as we can.

Since RTS is a big system, there will be versions of this system. Of course, we will write about them in detail on the RTS page :)

Updated Bot's Way of Storing User Data

As the bot's user base grew, our old data storage method caused the bot to slow down significantly more than necessary.

# What was our old way? We used to store user data in a JSON file. This method was simple, but it was not scalable. As the number of users increased, the file size increased, and the bot's performance decreased. # What is our new way? We still use JSON. But now everyone's information is stored in a separate JSON file. This way, the bot only reads the data of the person it needs, instead of reading all the data each time. `Young Lion • Data ♦ Official ► DataMethod v0.0.2`