Skip to content

Commit

Permalink
"added alias for the main dimg comamnds"
Browse files Browse the repository at this point in the history
  • Loading branch information
Josee9988 committed Jun 22, 2021
1 parent 1ddfd07 commit 6d1f55f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/commands-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export default class CommandsController {
switch (CMD_NAME.toLocaleLowerCase()) {
case "albumlink":
case "albumLink":
case "link":
case "album":
await this.setAlbumLink(message, args);
break;
case "channel":
Expand Down

0 comments on commit 6d1f55f

Please sign in to comment.