Updating confirmation message markdown

pull/8/head
sgoudham 4 years ago
parent de0988dc15
commit ca3b1a56ff

@ -80,7 +80,7 @@ async def storage_modlog_for_guild(ctx, channelID, setup):
else: else:
# Let the user know that the guild modlogs channel has been updated # Let the user know that the guild modlogs channel has been updated
channel = ctx.guild.get_channel(channelID) channel = ctx.guild.get_channel(channelID)
await ctx.send(f"**Modlog Channel for **{ctx.guild.name}** has been updated to {channel.mention}**") await ctx.send(f"Modlog Channel for **{ctx.guild.name}** has been updated to {channel.mention}")
# Method to store the cached modlog channels # Method to store the cached modlog channels

Loading…
Cancel
Save