mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
docker update + git fun
This commit is contained in:
11
commands/hello.js
Normal file
11
commands/hello.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
name: "Hello",
|
||||
alias: ['hi'],
|
||||
helptext: "Says G'day",
|
||||
helphide: false,
|
||||
permissions: ['READ_MESSAGES'],
|
||||
category: 'general',
|
||||
command: (client, msg) => {
|
||||
msg.reply("G'day!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user