We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4befe4d commit bc87750Copy full SHA for bc87750
bot.py
@@ -28,7 +28,7 @@ def hi(message: Message):
28
@bot.add_command_menu_helper(command="/generate_email", description="Command to get the list of domain")
29
def domain_list(message: Message):
30
listOfDomain = emailGenerate.get_domains()
31
- payload = "<b>List of domains:</b>"
+ payload = "<b>Pick a domain:</b>"
32
keybaords = InlineKeyboard()
33
column1 = []
34
column2 = []
0 commit comments