Skip to content

DrrrChatbots/bs-pkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •