@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));
}
-
Notifications
You must be signed in to change notification settings - Fork 0
RukiaOvO/RukiaOvO
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published