Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mateothegreat committed Jun 5, 2019
1 parent d717ac9 commit 319cad9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Commands/Cheat.shCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class CheatShCommand extends CommandBase {
super({

event: Event.MESSAGE,
name: '#cheat',
name: '>cheat',
group: 'docs',
requiredEnvVars: [ 'DOCSBOT_ADMIN_ROLE_NAME', 'DOCSBOT_LIMIT_CHARS' ],
roles: [
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/TermsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class TermsCommand extends CommandBase {
super({

event: Event.MESSAGE,
name: '#terms',
name: '##terms',
group: 'docs',
requiredEnvVars: [ 'DOCSBOT_SAVE_PATH', 'DOCSBOT_ADMIN_ROLE_NAME', 'DOCSBOT_LIMIT_CHARS' ],
roles: [
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/UpdateCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class UpdateCommand extends CommandBase {
super({

event: Event.MESSAGE,
name: '#update',
name: '##update',
group: 'docs',
requiredEnvVars: [ 'DOCSBOT_SAVE_PATH', 'DOCSBOT_ADMIN_ROLE_NAME', 'DOCSBOT_LIMIT_CHARS' ],
roles: [
Expand Down

0 comments on commit 319cad9

Please sign in to comment.