Init
parents
.env.sample
0 → 100644
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "isw-discord-bot", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"cheerio": "^1.0.0-rc.2", | ||
"discord.js": "^12.0.2", | ||
"dotenv": "^6.2.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "" | ||
}, | ||
"author": "ISW Leuven", | ||
"license": "GPL" | ||
} |
src/commandInjector.js
0 → 100644
src/commands/sigfried/cat.js
0 → 100644
src/commands/sigfried/dog.js
0 → 100644
src/commands/sigfried/wut.js
0 → 100644
src/index.js
0 → 100644