diff --git a/auroraBot.py b/auroraBot.py index d2d98db..e1a65ae 100644 --- a/auroraBot.py +++ b/auroraBot.py @@ -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)