Skip to content

Latest commit

 

History

103 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotScript Packages for drrr.com

Fetch hitoko.js every 30 secs to change room description:

timer 30000 fetch("https://v1.hitokoto.cn")
  .then(response => response.json())
  .then(result => {
	  drrr.descr(result.hitokoto);
});

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages