Skip to content

Commit bc87750

Browse files
committed
chore: Update the message to be more specific 🚸
1 parent 4befe4d commit bc87750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def hi(message: Message):
2828
@bot.add_command_menu_helper(command="/generate_email", description="Command to get the list of domain")
2929
def domain_list(message: Message):
3030
listOfDomain = emailGenerate.get_domains()
31-
payload = "<b>List of domains:</b>"
31+
payload = "<b>Pick a domain:</b>"
3232
keybaords = InlineKeyboard()
3333
column1 = []
3434
column2 = []

0 commit comments

Comments
 (0)