waw
waw
Please? :skull:
ah, alright, but the problem is that the obfuscated file doesn't output anything? how am I supposed to do something then??
Hi! Here's my imports: ```python import json import requests import discord_webhook import time from pystyle import * ``` I'll try only importing "DiscordEmbed".
So I tried "from discord_webhook import DiscordEmbed" and it says that "webhook" is not defined (from the "webhook.execute()" line). So I tried this: ```python from discord_webhook import webhook, DiscordEmbed ```...
Hello again, and thank you for your answer! Is it possible to create a color with RGB? I think I need to use StaticRGB(), but I don't know how to...
Yeah I don't know why it does that. By the way, I tried updating PyStyle just in case, but it's already at 2.0, which must be the latest version I...