File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Gives administrative control to a Tennu bot.
44
55Depends on Tennu 0.6.* or higher.
66
7+ ## Installation
8+
9+ ` npm install tennu-admin `
10+
711## Config
812
913These belong on the config object passed to the tennu.Client() function.
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " tennu-admin" ,
3+ "version" : " 0.9.0" ,
4+ "description" : " Tennu Admin module." ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git://github.com/Havvy/tennu-admin.git"
12+ },
13+ "keywords" : [
14+ " tennu" ,
15+ " irc" ,
16+ " admin" ,
17+ " tennu-module"
18+ ],
19+ "author" : " Ryan (Havvy) Scheel" ,
20+ "license" : " BSD-2-Clause" ,
21+ "bugs" : {
22+ "url" : " https://github.com/Havvy/tennu-admin/issues"
23+ }
24+ }
You can’t perform that action at this time.
0 commit comments