|
|
@ -230,7 +230,7 @@ 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("**Modlogs Channel** successfully setup in <#{channelID}>" +
|
|
|
|
await ctx.send(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
|
|
|
|