Skip to content

Commit

Permalink
Initial v4 and start of Bot class
Browse files Browse the repository at this point in the history
  • Loading branch information
brussell98 committed Sep 30, 2016
1 parent b224743 commit e804867
Show file tree
Hide file tree
Showing 43 changed files with 114 additions and 2,495 deletions.
4 changes: 0 additions & 4 deletions .eslintrc
Expand Up @@ -23,9 +23,5 @@
"comma-spacing": ["warn", { "before": false, "after": true }],
"indent": ["error", "tab"]
},
"globals": {
"commandsProcessed",
"cleverbotTimesUsed"
},
extends: "eslint:recommended"
}
20 changes: 0 additions & 20 deletions .gitignore
Expand Up @@ -2,23 +2,3 @@
*.env
.vscode
node_modules
docs
commands/normal/*
commands/mod/*
special/*

!special/cleverbot.js
!special/games.json
!commands/normal/about.js
!commands/normal/choose.js
!commands/normal/invite.js
!commands/normal/ping.js
!commands/normal/coinflip.js
!commands/normal/roll.js
!commands/normal/maluser.js.disabled
!commands/mod/echo.js
!commands/mod/settings.js
!commands/mod/stats.js
!commands/mod/setavatar.js
!commands/mod/setname.js
!commands/mod/setstatus.js
2 changes: 1 addition & 1 deletion .jsdoc.json
Expand Up @@ -4,7 +4,7 @@
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["utils"],
"include": ["lib/"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
Expand Down
4 changes: 4 additions & 0 deletions .npmignore
@@ -0,0 +1,4 @@
docs
example
.hound.yml
.jsdoc.json
3 changes: 1 addition & 2 deletions LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Brandon Russell
Copyright (c) 2016 Brandon Russell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

310 changes: 0 additions & 310 deletions Mirai.js

This file was deleted.

9 changes: 0 additions & 9 deletions commands/mod/echo.js

This file was deleted.

17 changes: 0 additions & 17 deletions commands/mod/setavatar.js

This file was deleted.

0 comments on commit e804867

Please sign in to comment.