Added an image for Esme

Updated the Client/Class to reflect the project.
This commit is contained in:
Dan 2025-01-31 10:45:44 -05:00
parent 33f0ce3a45
commit 43baa58834
2 changed files with 2 additions and 2 deletions

BIN
Esme,.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

View File

@ -27,7 +27,7 @@ logging.basicConfig(
)
class EmeraldClient(discord.Client):
class EsmeraldaClient(discord.Client):
def __init__(self):
intents = discord.Intents.default()
intents.message_content = True
@ -61,6 +61,6 @@ class EmeraldClient(discord.Client):
if __name__ == "__main__":
load_dotenv()
client = EmeraldClient()
client = EsmeraldaClient()
client.run(config.DISCORD_TOKEN)