Suggested region and language based on your location

    Your current region and language

    @client.event async def on_ready(): print('ntmjmqbot connected as', client.user)

    @client.event async def on_message(message): if message.content.startswith('!top'): await message.channel.send('Top items: ...')