Skip to content

Commit

Permalink
Fix server-info help
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatik committed Jun 4, 2020
1 parent 3682959 commit c5df365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/server-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const prefix = process.env.PREFIX;
module.exports = {
name: 'server-info',
description: 'Server information',
usage: prefix + 'server-info [user]',
usage: prefix + 'server-info',
cooldown: 5,
execute(message, args) {

Expand Down

0 comments on commit c5df365

Please sign in to comment.