Representing the update in an embed instead of just text

pull/8/head
sgoudham 4 years ago
parent 1bf926b5f9
commit d344732864

@ -221,8 +221,8 @@ class Bot(commands.Bot):
if setup: if setup:
# Send confirmation that modmail channel has been setup # Send confirmation that modmail channel has been setup
await ctx.send(f"**Modlogs Channel** successfully setup in <#{channelID}>" + await self.bot.generate_embed(ctx, desc=f"**Modlogs Channel** successfully setup in <#{channelID}>" +
f"\nPlease refer to **{ctx.prefix}help** for any information") f"\nPlease refer to **{ctx.prefix}help** for any information")
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)

Loading…
Cancel
Save