Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +111,11 @@ async def on_ready():
|
|
111 |
presence.start()
|
112 |
|
113 |
|
|
|
|
|
|
|
|
|
|
|
114 |
@tasks.loop(seconds=60)
|
115 |
async def presence():
|
116 |
if not clone:
|
|
|
111 |
presence.start()
|
112 |
|
113 |
|
114 |
+
@client.event
|
115 |
+
async def on_guild_join(guild):
|
116 |
+
await guild.system_channel.send("Hi! I'm Lyre! Use the `--help` command for instructions on setup!")
|
117 |
+
|
118 |
+
|
119 |
@tasks.loop(seconds=60)
|
120 |
async def presence():
|
121 |
if not clone:
|