Skip to content

Commit

Permalink
Rename karma_stats_graph to karma_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
jackra1n committed Mar 19, 2024
1 parent 6021f56 commit 4e27905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/karma.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ async def karma_stats(self, ctx: commands.Context):

@commands.cooldown(1, 30, commands.BucketType.user)
@karma.command(name="graph", usage="graph")
async def karma_stats_graph(self, ctx: commands.Context):
async def karma_graph(self, ctx: commands.Context):
"""
Shows a graph of the amount of karma form every ten percent of users.
"""
Expand Down

0 comments on commit 4e27905

Please sign in to comment.