From 4b02d10d2baedddd283f484954be12207abe0188 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 16 Aug 2020 18:45:01 +0100 Subject: [PATCH] Made string into fstring --- bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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