Skip to content

CSY0N/CSY0N

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Discord Server

export default class MyProfile {
  constructor() { }

  /**
   * @returns {Array<string>} Aliases
   */
  get aliases() {
    return ["CSY0N", "Csyon", "csyon"];
  }

  /**
   * @returns {string} Gender
   */
  get gender() {
    return "not one will know it!";
  }

  /**
   * @returns {Array<string>}
   */
  get skillset() {
    return [
      "C++", "C#", "Docker",
      "Fullstack Web", "NodeJS",
      "Lua", "Python", "PHP",
      "VueJS", "Electron JS",
      "ReactJS", "Lua Scripting",
      "and much more"
    ];
  }

  /**
   * @returns {Object}
   */
  get socials() {
    return {
      "Github": "https://github.com/CSY0N",
      "unknowncheats"  : "https://www.unknowncheats.me/forum/members/3381795.html",
      "Discord": "k1ngd3v_csyon"
    }
  }

  /**
   * @returns {string}
   */
  getMoreInfo() {
    return "https://discord.gg/Rfu3Z8Svup";
  }
}

🤹 About ME

- 👋 Hi, I’m @CSY0N
- 👀 I’m interested in Scripting and Programming
- 🌱 I’m currently nothing learning
- 📫 How to reach me on Discord or on Unknowncheats

Contact info:

CSY0N CSY0N

Developing Tools:

CC++C#LuaVS Code

Discord Server

Csyon

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors