Added updateDetails and setUsername

This commit is contained in:
hydrabolt
2015-11-19 16:46:23 +00:00
parent d70f66abfd
commit e486ad1a79
5 changed files with 178 additions and 54 deletions

View File

@@ -11,6 +11,8 @@ client.on("message", m => {
client.startTyping(m.channel);
} else if (m.content === "!!") {
client.stopTyping(m.channel);
} else if (m.content === "changename") {
client.setUsername("Hydrabot!");
}
});