We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a5dfe commit 0fdd4bbCopy full SHA for 0fdd4bb
commands/adduser.js
commands/himlh.js
@@ -0,0 +1,7 @@
1
+module.exports = {
2
+ name: 'himlh',
3
+ description: 'Says hi to MLH Hack at Home',
4
+ execute(client, message, args) {
5
+ message.channel.send(`**Hello, Hack at Home!** Nice to meet you 😃`);
6
+ },
7
+};
0 commit comments