Araeynn commited on
Commit
24c8880
1 Parent(s): 5ab077a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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: