Added an image for Esme
Updated the Client/Class to reflect the project.
This commit is contained in:
parent
33f0ce3a45
commit
43baa58834
4
main.py
4
main.py
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user