Skip to content

Commit 23af783

Browse files
authored
Merge pull request #6 from calba5141114/master
hits vape
2 parents 688e9f9 + 8376c3f commit 23af783

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ require('dotenv').config();
55

66
const RoboCommands = (msg) => ({
77
"website": () => msg.reply('https://www.da-developers.dev'),
8-
"bot info": () => msg.reply('Version 1.0.1')
8+
"bot info": () => msg.reply('Version 1.0.1'),
9+
"hits vape": () => msg.reply('🥬💨'),
910
});
1011

1112
/**

0 commit comments

Comments
 (0)