Skip to content

Commit

Permalink
Added better links on apps descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
MeLlamoPablo committed Jan 3, 2017
1 parent dd4100d commit b6084b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let masterChannel, summaryHandler, botAdmins, blacklist = [], verificator, dotaH

let generalApp = new Clapp.App({
name: cfg.name,
desc: pkg.description,
desc: pkg.description + "\nhttps://mellamopablo.github.io/schedulebot/",
prefix: cfg.prefix,
version: pkg.version + "-DotaEdition",
onReply: (msg, context) => {
Expand Down Expand Up @@ -58,7 +58,8 @@ let generalApp = new Clapp.App({

let adminApp = new Clapp.App({
name: cfg.name + "-admin",
desc: cfg.admin_app.desc + "\nhttps://github.com/MeLlamoPablo/schedulebot",
desc: cfg.admin_app.desc + "\nNeed any help? Send a" +
" ticket: https://github.com/MeLlamoPablo/schedulebot/issues",
prefix: cfg.admin_app.prefix,
version: pkg.version + "-DotaEdition",
onReply: (msg, context) => {
Expand Down

0 comments on commit b6084b2

Please sign in to comment.