ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
156 B

  1. async function register (options) {
  2. options.unknownFunction()
  3. }
  4. async function unregister () {
  5. return
  6. }
  7. module.exports = {
  8. register,
  9. unregister
  10. }