Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 102ff64

Browse files
committed
Removed sample command
1 parent eba4475 commit 102ff64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ def checklist(url):
2525
else:
2626
return False
2727

28-
@tree.command(name="sample", description="Example command")
29-
async def sample(interaction: discord.Interaction):
30-
await interaction.response.send_message("Hello!")
31-
3228
@tree.command(name="check", description="Check if a site is listed")
3329
async def check(interaction: discord.Interaction, url: str):
3430
url = re.search("([a-z0-9A-Z]\.)*[a-z0-9-]+\.([a-z0-9]{2,24})+(\.co\.([a-z0-9]{2,24})|\.([a-z0-9]{2,24}))*",

0 commit comments

Comments
 (0)