Add eggs, as well as example egg and config
This commit is contained in:
4
server/eggs/notepad/message.js
Normal file
4
server/eggs/notepad/message.js
Normal file
@@ -0,0 +1,4 @@
|
||||
else if (message.type == "egg-notepad") {
|
||||
const eggNotepadTextArea = document.getElementById("egg-notepad-textarea");
|
||||
eggNotepadTextArea.value = message.content
|
||||
}
|
||||
Reference in New Issue
Block a user