Made string into fstring

pull/8/head
sgoudham 4 years ago
parent 40a7a0a58d
commit 4b02d10d2b

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

Loading…
Cancel
Save