Skip to content

Commit

Permalink
Testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
75efb6 authored Jan 8, 2025
1 parent c42e723 commit 5924dd9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions commands/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ class Profile(commands.Cog):
def __init__(self, bot):
self.bot = bot

@nextcord.slash_command(
name="profile", description="Responds with the info of the specified user."
)
@nextcord.slash_command(name="profile", description="Responds with the info of the specified user.")
async def _profile(
self,
interaction: nextcord.Interaction,
Expand Down

0 comments on commit 5924dd9

Please sign in to comment.