Pre-rename
This commit is contained in:
@@ -27,8 +27,13 @@
|
||||
"key": "Ctrl-2"
|
||||
}
|
||||
},
|
||||
"events": {},
|
||||
"events": {
|
||||
"ready": ["welcome"]
|
||||
},
|
||||
"functions": {
|
||||
"welcome": {
|
||||
"path": "./welcome.ts"
|
||||
},
|
||||
"word_count_command": {
|
||||
"path": "./word_count_command.ts:wordCount"
|
||||
},
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
export default function welcome() {
|
||||
console.log("Hello world!");
|
||||
}
|
||||
Reference in New Issue
Block a user