channel = client.get_channel(12324234183172)
await channel.send('hello')
channel = client.get_channel(12324234183172) #channel id here
await channel.send('hello')
channel = bot.get_channel(636399538650742795)
await channel.send(f"{message.author.mention} is now level {self.users[author_id]['level']}! congrats!")