diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-29 21:28:14 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-29 21:28:14 -0400 |
| commit | a45aa1e5c8a6c90902ac2ed4a5d39bdf367401bd (patch) | |
| tree | fd2d34007cbd437ca43e9cb0401fea7f640b0f83 | |
| parent | 055a61d87a015af4c09ef3b7aa578c8df9791682 (diff) | |
| download | AleeBot-a45aa1e5c8a6c90902ac2ed4a5d39bdf367401bd.tar.gz AleeBot-a45aa1e5c8a6c90902ac2ed4a5d39bdf367401bd.tar.bz2 AleeBot-a45aa1e5c8a6c90902ac2ed4a5d39bdf367401bd.zip | |
Updating a command
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ client.on("message", function(message){ } if(command === 'owner'){ - message.channel.send ('The person who made this is Alee14#9928!'); + message.channel.send ('The person who made this bot is Alee14#9928!'); } if(command === 'suggest'){ |
