Skip to content
View HELLSNAKES's full-sized avatar
👋
Hi
👋
Hi

Organizations

@Sunglows

Block or report HELLSNAKES

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
HELLSNAKES/README.md

👋 Hi, I'm HELLSNAKE chika

🎵 Discord Bot Developer | Full-Stack JavaScript/TypeScript Enthusiast | Music Lover & Coder

Profile views Banner

🚀 About Me

I'm passionate about building Discord bots, web applications, and real-time systems.

  • 💼 Working on hellsnakebot & Music-Slash-Bot
  • 🎓 Currently learning advanced JavaScript & TypeScript patterns
  • 📧 Reach me at [email protected]
  • 🤝 Open to collaboration on bot & web projects
  • ⚡ Fun fact: I love listening to music while coding 🎵💻

🛠️ Tech Stack

💻 Languages

JavaScript TypeScript Python

📚 Libraries & Frameworks

discord.js Express.js Socket.io Bootstrap TailwindCSS

🗄️ Databases

MongoDB JSON

🖥️ Operating Systems

Linux Windows android iOS


🎯 Featured Projects

Music-Slash-Bot hellsnakebot

📊 GitHub Stats

GitHub Stats Top Languages GitHub Streak

🌐 Connect with Me

CodePen Twitter Facebook Instagram Discord YouTube
CodePen Twitter Facebook Instagram Discord YouTube

Divider

⭐ If you like my projects, don't forget to star them!

Made with ❤️ by HELLSNAKE

Pinned Loading

  1. hellsnakebot hellsnakebot Public archive

    🤖About A fully customizable bot built with discord.js

    JavaScript 17 13

  2. Music-Slash-Bot Music-Slash-Bot Public archive

    A music bot written in Discord.js and Distube using the slash command

    JavaScript 60 42

  3. Simple api use express Simple api use express
    1
    const express = require("express");
    2
    const app = express();
    3
    const port = process.env.PORT || 5000
    4
    
                  
    5
    app.get('/',   (req,res) => {
  4. mobile-presence mobile-presence
    1
    const Discord = require("discord.js")
    2
    const client = new Discord.Client({ ws: { properties: { $browser: "Discord iOS" }} })
    3
    
                  
    4
    client.on("ready", () => {
    5
      client.user.setActivity(`hentaiz`, { type: 3, browser: "DISCORD IOS"  })