Skip to content

Commit

Permalink
Added alias "i" to inventory (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radarwastaken authored Dec 20, 2024
1 parent be4f7ec commit a76d989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/commands/econ.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ async def inventory_boiler(self, ctx: Ctx, user: discord.User = None):

return True, user

@commands.group(name="inventory", aliases=["inv", "items"], case_insensitive=True)
@commands.group(name="inventory", aliases=["inv", "items", "i"], case_insensitive=True)
@commands.guild_only()
@commands.cooldown(2, 2, commands.BucketType.user)
async def inventory(self, ctx: Ctx):
Expand Down

0 comments on commit a76d989

Please # to comment.