(Medium) - Commands And Events
View original- current
This article is too short to summarise.
-
Clone this repository at <script src="https://gist.github.com/FagnerMartinsBrack/b9cee25c8a8655b59c2f4a5061b95de2.js"></script>
Select an option
- Save FagnerMartinsBrack/b9cee25c8a8655b59c2f4a5061b95de2 to your computer and use it in GitHub Desktop.
Select an option
(Medium) - Commands And Events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| server.start(); | |
| server.on('SERVER_STARTED', () => { | |
| // Do something after the event happened | |
| }); |