Skip to content
View RukiaOvO's full-sized avatar
  • Fuzhou University
  • Japan, Shidoshima

Block or report RukiaOvO

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RukiaOvO/README.md
@SneakyThrows
@Override
public void onReadMe(@NonNull ReadMeSession session)
{
    log.info("Someone is reading README.md.");
    if(session.getWannaOrNot().equals("not")) {return;}
        
    CompletableFuture.runAsync(() -> musicPlayer.On("On My Own - Blitz kids"), executor);
    RukiaOvO me = new RukiaOvO.builder()
                            .programmingLanguage(List.of("Java", "Go"))
                            .country("China/PRC")
                            .languages(new HashMap<String, Proficiency>() {{
                                put("Chinese", Proficiency.NATIVE);
                                put("English", Proficiency.UNDERSTANDING);
                            }})
                            .selfDescription("A noob in learning Java/Go.")
                            .build();
    session.sendReadMeMsg(JSON.toJSONString(me));
}

Pinned Loading

  1. Takagi3-QQ-Bot Takagi3-QQ-Bot Public

    基于LLOneBot, Shiro框架,使用springboot搭建的简单QQ机器人

    Java 1

  2. bigTQQbot bigTQQbot Public

    基于NapCatQQ框架,遵循OneBot11协议,用go语言编写的一个简单QQbot机器人demo

    Go 1

  3. FzuCreatureCatalog FzuCreatureCatalog Public

    The backend of app "FzuCreatureCatalog"

    Java