Skip to content

Instantly share code, notes, and snippets.

View LingleDev's full-sized avatar
🕐
Fuck my life man

Gideon Lingle LingleDev

🕐
Fuck my life man
View GitHub Profile
@LingleDev
LingleDev / rockfm_privacy.md
Created June 12, 2026 02:22
Rock FM Privacy Policy

Rock FM - Privacy Policy

This document describes how Rock FM (the "Bot") will manage your data.

Rock FM stores certain pieces of information used to identify users.
The users are not identified for purposes other than for use by the bot. The Bot does not sell data to third parties, and includes a data deletion request feature.

The information stored by the Bot is such:

  • Discord User ID
@LingleDev
LingleDev / rockfm_tos.md
Last active June 12, 2026 02:17
Rock FM Terms of Service

Rock FM

When you use Rock FM, you agree to these terms.

Your use of the service, known here as the "Bot", is subject to the following rules.
Access to the Bot can be revoked at any time, subject to developer approval.

You may not use the Bot in any way that would be harmful to others.

@LingleDev
LingleDev / README.md
Last active January 10, 2021 15:33
Hulkbot Premium

Hulkbot - a better bot for a better server

About

About a year ago, I decided to revive Hulkbot from its past state of disarray. It was failing all the time due to out of date code; it was crashing over and over because I simply didn't want to fix the issues (considering I was 14 years old at the time of making Hulkbot, and a 14 year old really can't prioritize quite like a 17 year old does.
I spent all year writing the code for Hulkbot v2. It took me hours of rigorgous coding to get Hulkbot where it is now. That's why I've introduced...

@LingleDev
LingleDev / .env
Last active August 29, 2019 03:51
Musicbot Example
token=random-bot-token
ytapi_key=random-ytapi-key
@LingleDev
LingleDev / random.txt
Created May 29, 2019 17:30
random test gist
hi I like ducks
@LingleDev
LingleDev / index.js
Created May 9, 2019 18:24
How to Connect, Read, and Write to a MongoDB Atlas Database with Mongoose
// run 'npm i -s mongoose'
const mongoose = require('mongoose')
// connect
mongoose.connect(`your-auth-url-here`)
.then(() => console.log("Mongoose has connected."))
.catch(err => console.log(`Mongoose failed to connect. Error: ${err}`))
// make a new schema
const schema = mongoose.Schema({
// this is just an example, you don't have to use these specific details
@LingleDev
LingleDev / README.md
Last active March 13, 2019 23:35
README.md for Discode

Discode

Discode is a new and lightweight Node.js wrapper for the Discord API. It offers new features including webhook functions and more. The goal of this project was to use a significantly less amount of RAM than discord.js. I succeeded.

Getting Started

How to make a basic ping pong bot:

    const discord = require('discode')
    const bot = new discord.Client('some crazy token')
@LingleDev
LingleDev / Hulkbot Documentation.md
Last active August 11, 2020 18:49
The Official Documentation for the Discord Bot, Hulkbot

Hulkbot Official Docs

This is the official documentation for Hulkbot, a wonderful bot programmed in Discord.js. Here, you can find a full list of commands, command usage, and more.

Getting Started with Hulkbot

When Hulkbot joins your server, it'll DM you instructions to get started. To get started using the bot, say h!info in the server, and you'll get some basic info for the bot. To view the commands, say h!help. There! You're started with Hulkbot, the (going to be) best discord bot!

Notes