mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 19:42:04 -05:00
Adding the version command
This commit is contained in:
parent
79a03c171b
commit
2725535eda
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ client.on("message", function(message){
|
|||
'ab:ping\n' +
|
||||
'ab:pong\n' +
|
||||
'ab:owner\n' +
|
||||
'ab:suggest```');
|
||||
'ab:suggest\n' +
|
||||
'ab:version ```');
|
||||
}
|
||||
|
||||
if(message.content === prefix + 'owner'){
|
||||
|
|
Loading…
Add table
Reference in a new issue