diff --git a/src/Connections/GithubRepo.ts b/src/Connections/GithubRepo.ts index 2e414c31..ae274ced 100644 --- a/src/Connections/GithubRepo.ts +++ b/src/Connections/GithubRepo.ts @@ -163,7 +163,7 @@ export class GitHubRepoConnection implements IConnection { } private get commandPrefix() { - return (this.state.commandPrefix || "gh") + " "; + return (this.state.commandPrefix || "!gh") + " "; } public isInterestedInStateEvent(eventType: string, stateKey: string) {