Skip to content

Commit

Permalink
jimp profiles + probably some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon1320 committed Sep 9, 2018
1 parent 079e6a5 commit 765d0fd
Show file tree
Hide file tree
Showing 30 changed files with 1,363 additions and 110 deletions.
111 changes: 111 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"moment-timezone": "^0.5.21",
"mongoose": "^5.2.13",
"morgan": "^1.9.0",
"showdown": "^1.8.6"
"node-opus": "^0.3.0",
"showdown": "^1.8.6",
"youtube-search": "^1.1.1",
"ytdl-core": "^0.25.2"
}
}
7 changes: 7 additions & 0 deletions src/bot/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,17 @@ class Command {
this.featured = options.featured;

this.cb = options.cb;
this.load = options.load;
}
run(client, message, guild, user, script, match) {
this.cb(client, message, guild, user, script, match);
}
startup() {
if (this.load !== undefined) {

this.load();
}
}
}

module.exports = Command;
64 changes: 0 additions & 64 deletions src/bot/commands/addscript.js

This file was deleted.

Binary file added src/bot/commands/assets/fonts/cancer1.zip
Binary file not shown.
Binary file added src/bot/commands/assets/fonts/cancer2.zip
Binary file not shown.
Binary file added src/bot/commands/assets/fonts/cancer3.zip
Binary file not shown.
Binary file added src/bot/commands/assets/fonts/cancer4.zip
Binary file not shown.
Binary file added src/bot/commands/assets/fonts/cancer5.zip
Binary file not shown.

0 comments on commit 765d0fd

Please sign in to comment.