Skip to content

Commit

Permalink
feat: use ! as prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed May 19, 2020
1 parent 8f50dc2 commit 8ae5655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from "path";
require("dotenv").config();

const client = new CommandoClient({
commandPrefix: "~",
commandPrefix: "!",
owner: "217316187032256512",
});

Expand Down

0 comments on commit 8ae5655

Please sign in to comment.