So right now I have a bot that does the following code.
if '69' in message.content:
await message.reply('nice. <:problem:819305690106822706>')
However, the bot replies if a ping/channel's id contains 69. This obviously wasn't supposed to happen. How do I stop it?