Skip to content
View 0xicl33n's full-sized avatar
💤
💤
Block or Report

Block or report 0xicl33n

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. discord.py rewrite send message when... discord.py rewrite send message when bot joins server
    1
    @bot.event
    2
    async def on_guild_join(guild):
    3
        for channel in guild.text_channels:
    4
            if channel.permissions_for(guild.me).send_messages:
    5
                await channel.send('Hey there! this is the message i send when i join a server')
  2. obsidian obsidian Public

    Minecraft options.txt manager

    Rust

  3. ratcounter ratcounter Public

    mtg rat counter files

    Python