Skip to content

Commit 2be6cf1

Browse files
authored
rename main func
1 parent 047bc21 commit 2be6cf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

commands/blockbit/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def get_latest_response() -> int | str | None:
5959
name="blockbit_search",
6060
description="Search a Scratch user via Scratch cloud variables."
6161
)
62-
@app_commands.describe(username="Scratch username to search")
63-
async def search(interact: discord.Interaction, username: str):
62+
@app_commands.describe(username="Scratch username to get BlockBit balance")
63+
async def blockbit_search(interact: discord.Interaction, username: str):
6464
"""
6565
Discord slash command that communicates with the Scratch cloud project.
6666
"""

0 commit comments

Comments
 (0)