Kaveen Kumarasinghe 2 years ago
parent 42d733de61
commit dcb90f57fa

@ -113,8 +113,7 @@ class GPT3ComCon(commands.Cog, name="GPT3ComCon"):
) )
welcome_embed.add_field( welcome_embed.add_field(
name="Just so you know...", name="Just so you know...",
value="> My commands are invoked with a forward slash (" value="> My commands are invoked with a forward slash (/)\n> Use /help to see my help message(s).",
/ ")\n> Use /help to see my help message(s).",
) )
await member.send(content=None, embed=welcome_embed) await member.send(content=None, embed=welcome_embed)

Loading…
Cancel
Save