Coder Social home page Coder Social logo

Hi! I'm Max / Vxi 👋

🖤 Follow me here:
Twitter | Github



Languages I use.

Google Cloud Platform PowerShell Visual Studio C Sharp .NET git npm html5 NginX Nodejs Python3 Linux Json

📧 >> Contact me: [email protected]
📧 >> Discord: Vxi#0001
👨 >> Name: Max

Discord Presence Discord Presence

STATS FOR NERDS

Get to know me...

import discord
from discord.ext import commands

client = commands.Bot(command_prefix="s!")
client.remove_command("help")

@client.command()
async def primarylanguages(ctx):
    langem = discord.Embed(
        title="Max's Languages",
        description="""Languages I Use!
        Python
        C-Sharp
        HTML (If you count that as a language :))
        JavaScript
        """,
        color=discord.Colour.dark_purple()
    )
    await ctx.send(embed = langem)

@client.command()
async def aboutme(ctx):
    aboutem = discord.Embed(
        title="Some Info About Me :)",
        description="My Name: Max / Vxi\nMy Discord Name Is: Vxi#0001\nTwitter Name: sslmalware\nMy Location: Britan\nMy Hobbies: Coding, Gaming, Scooting And Watching Movies",
        color=discord.Colour.dark_purple()
    )
    await ctx.send(embed = aboutem)

client.run("Token")

Max's github stats

¯\_(ツ)_/¯'s Projects

¯\_(ツ)_/¯ doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.