Skip to content

Commit

Permalink
Update Vortex.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ya64 committed Jun 10, 2020
1 parent e85e682 commit 21356af
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/java/com/jagrosh/vortex/Vortex.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,10 @@ public Vortex() throws Exception
.setShutdownAutomatically(false)
.addCommands(
// General
new AboutCmd(),
new InviteCmd(),
new PingCommand(),
new RoleinfoCmd(),
new ServerinfoCmd(),
new AboutCmd(this),
new PingCmd(this),
new RoleinfoCmd(this),
new ServerinfoCmd(this),
new UserinfoCmd(),

// Moderation
Expand Down

0 comments on commit 21356af

Please sign in to comment.