forked from cswimr/SeaCogs
fix(art): oops lol
This commit is contained in:
parent
13032fe184
commit
a9dc3b5747
1 changed files with 1 additions and 1 deletions
|
@ -73,4 +73,4 @@ class Art(commands.Cog):
|
||||||
response_str += f"Art submission channel: {art_submission_channel.mention}"
|
response_str += f"Art submission channel: {art_submission_channel.mention}"
|
||||||
else:
|
else:
|
||||||
response_str += "Art submission channel not set."
|
response_str += "Art submission channel not set."
|
||||||
await ctx.send(f"Art channel: {art_channel.mention}\nArt submission channel: {art_submission_channel.mention}")
|
await ctx.send(response_str)
|
||||||
|
|
Loading…
Reference in a new issue