spoiler

Hello world

  • 296 Posts
  • 94 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle

  • Sjmarf@sh.itjust.workstoLemmy Shitpost@lemmy.worldThe Legends is among us
    link
    fedilink
    English
    arrow-up
    104
    arrow-down
    1
    ·
    23 days ago

    For your viewing pleasure:

    for entry in entries:
        if entry['time'] + 1800 < time():
            guild = self._bot.get_guild(int(entry['guild_id']))
            member = guild.get_member(int(entry['user_id']))
            if member is not None:
                if member.activity.name is not None:
                    if member.activity.name.lower() == "league of legends":
                        await member.send("The 30 minutes has elapsed and you are still playing league, get banned.")
                        await member.ban(delete_message_days=0, reason='playing league')
    












  • Mobile apps should allow you to log into any instance. My Lemmy client won’t connect to lemmy.rip either, and fails with the following error:

    The certificate for this server is invalid. You might be connecting to a server that is pretending to be “lemmy.rip”, which could put your confidential information at risk.
    

    This is also what I see when I try to connect to lemmy.rip in the browser:

    I am able to bypass this warning and see the site in the browser.