@@ -1,19 +1,17 @@ | |||
## Commands | |||
You say: **ping** | |||
I say: *pong* | |||
You say: **test** | |||
I say: *it worked...* | |||
I say: *It worked!* | |||
You say: **best girl, best girl? best grill, best grill?** | |||
I say: *Big Band...* | |||
I say: *Big Band.* | |||
You say: **hi** | |||
I say: *hello there, you can see my commands here: https://github.com/calexil/BansheeBot/blob/master/Commands.md* | |||
I say: *Hello there, I'm a dumb bot written by @calexil#9270, you can see my commands here: https://github.com/calexil/BansheeBot/blob/master/Commands.md* | |||
You say: **commands** | |||
I say: *you can see my commands here: https://github.com/calexil/BansheeBot/blob/master/Commands.md* | |||
I say: *You can see my commands here: https://github.com/calexil/BansheeBot/blob/master/Commands.md* | |||
You say: **song** | |||
I say: *currently playing: https://wagnaria.xyz/now/calexil* | |||
I say: *Currently playing: https://wagnaria.xyz/now/calexil* |
@@ -7,9 +7,9 @@ const responseObject = { | |||
"best girl": "Big Band.", | |||
"best grill": "Big Band.", | |||
"best grill?": "Big Band.", | |||
"hi": "hello there, you can see my commands here: https://github.com/calexil/BansheeBot/blob/master/Commands.md", | |||
"commands": "you can see my commands here: https://github.com/calexil/BansheeBot/blob/master/Commands.md", | |||
"song": "currently playing: https://wagnaria.xyz/now/calexil" | |||
"hi": "Hello there, I'm a dumb bot written by @calexil#9270, you can see my commands here: https://github.com/calexil/BansheeBot/blob/master/Commands.md", | |||
"commands": "You can see my commands here: https://github.com/calexil/BansheeBot/blob/master/Commands.md", | |||
"song": "Currently playing: https://wagnaria.xyz/now/calexil" | |||
}; | |||
client.on('ready', () => { |