mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 11:41:51 -05:00
Fixed ab:git command
This commit is contained in:
parent
9a833b3c88
commit
60e75afd92
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ client.on("message", function(message){
|
||||||
}
|
}
|
||||||
|
|
||||||
if(command === 'git'){
|
if(command === 'git'){
|
||||||
message.channel.send ('Here is the github repo: https://github.com/AleeCorp/AleeBot');
|
message.channel.send ("Here's the github repo: https://github.com/AleeCorp/AleeBot");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(command === 'ping'){
|
if(command === 'ping'){
|
||||||
|
|
Loading…
Add table
Reference in a new issue