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.

2 lines
252 B

(function(){"use strict";function l(o){o.hello="Hello, world!",o.command=demon.commands.add({name:"plugin",callback:a=>"Hello, world!"})}function n(o){console.log(o.hello.replace("Hello","Goodbye")),o.command()}var e={onStart:l,onStop:n};return e})();