Skip to content

Commit

Permalink
More aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenrac committed Feb 29, 2020
1 parent b150f8f commit 5cac460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -5422,7 +5422,7 @@ async def autoconnect_reset(self, ctx):
await SettingsDB.get_instance().set_guild_settings(settings)
await ctx.send(":ballot_box_with_check:")

@commands.group(aliases=["confighost", "hg", "gh"], invoke_without_command=True)
@commands.group(aliases=["confighost", "ch", "hc", "hg", "gh"], invoke_without_command=True)
async def hostconfig(self, ctx, ip: str, password: str = "youshallnotpass", port: int = 2333):
"""
{command_prefix}hostconfig set [ip]
Expand Down

0 comments on commit 5cac460

Please sign in to comment.