diff --git a/bot/__init__.py b/bot/__init__.py index 234da545..4f1c0cd5 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -230,7 +230,7 @@ class Bot(commands.Bot): if 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") else: # Let the user know that the guild modlogs channel has been updated