Add guild member nickname setting n stuff

This commit is contained in:
Amish Shah
2016-08-27 18:55:03 +01:00
parent 8a1bfe559d
commit 6293f28ad9
6 changed files with 100 additions and 4 deletions

View File

@@ -15,5 +15,6 @@ module.exports = {
"consistent-return": 0,
"import/no-extraneous-dependencies": 0,
"no-continue": 0,
"no-confusing-arrow" : 0
}
};