|
|
@ -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)
|
|
|
|