Skip to content

Commit 6566944

Browse files
committed
Adjust successfully created message
1 parent e551d14 commit 6566944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/match.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ async def create(self, interaction: Interaction, channel: discord.TextChannel, t
194194

195195
embed = discord.Embed(color=discord.Color(7844437))
196196
embed.set_author(name="Match created", icon_url="https://cdn.discordapp.com/emojis/809149148356018256.png")
197-
embed.description = f"Further customize it using the `/match set ...` command and reveal it with `/match reveal ...`. You will need to set permissions to view the channel for `@everyone` manually`."
197+
embed.description = f"Further customize it using the `/match set ...` command and reveal it with `/match reveal ...`."
198198
await interaction.response.send_message(embed=embed)
199199

200200
@MatchGroup.command(name="delete", description="Remove a match from a channel")

0 commit comments

Comments
 (0)