Skip to content

Instantly share code, notes, and snippets.

#open with Pycharm or idle. this is python file.
from discord_webhook import DiscordWebhook, DiscordEmbed
while True:
which = str(input("shout or chat?\n"))
shout = str("shout")
chat = str("chat")
if which == shout:
embedortext = str(input("embed or text?\n"))
if embedortext == "embed":