Skip to content

Commit

Permalink
diffusers#4003
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Jul 10, 2023
1 parent e23a3be commit e593cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_tron_master/cogs/user/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async def my_settings(self, ctx, *args):
await ctx.delete()
await DiscordBot.send_large_message(ctx, message)
@commands.command(name="defaults", help="Set defaults for all users (admin only).", hidden=False)
async def my_settings(self, ctx, *args):
async def default_settings(self, ctx, *args):
user_id = ctx.author.id
user_config = self.config.get_user_config(user_id=user_id)
default_config = self.config.get_user_config(user_id='default')
Expand Down

0 comments on commit e593cf9

Please sign in to comment.