Strip Trailing Space, Challenger

This commit is contained in:
Daniel Odendahl Jr
2017-05-27 03:08:40 +00:00
parent 30142a1a97
commit 206c4c2abd
23 changed files with 82 additions and 21 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class CommandoClient extends Client {
constructor(options) {
super(options);
this.database = Database.db;
Database.start();
}
}