Representing the update in an embed instead of just text

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

@ -221,7 +221,7 @@ class Bot(commands.Bot):
if 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")
else:
# Let the user know that the guild modlogs channel has been updated

Loading…
Cancel
Save