fix channel mention
This commit is contained in:
parent
5e51187199
commit
f7acbf2d20
|
@ -16,7 +16,7 @@ bot = commands.Bot(command_prefix='!', intents=intents)
|
|||
async def ASC(ctx):
|
||||
message = 'https://www.irf.se/alis/allsky/krn/latest.jpeg'
|
||||
if ctx.channel.id != ID:
|
||||
await ctx.send(f"Please keep this stuff in <{ID}>")
|
||||
await ctx.send(f"Please keep this stuff in <#{ID}>")
|
||||
return
|
||||
else:
|
||||
await ctx.send(message)
|
||||
|
|
Loading…
Reference in New Issue
Block a user