Thanks to visit codestin.com
Credit goes to github.com

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 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
HELLSNAKES/README.md

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 61 45

  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"  })