Skip to content

Commit 0fdd4bb

Browse files
author
James Kerrane
committed
Add himlh command
1 parent 96a5dfe commit 0fdd4bb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

commands/adduser.js

Whitespace-only changes.

commands/himlh.js

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)