Skip to content

Instantly share code, notes, and snippets.

@NeoKEX
NeoKEX / example.txt.txt
Created October 2, 2025 03:47
example.txt
Hello World
@NeoKEX
NeoKEX / help command source code.txt
Created October 2, 2025 03:41
help command source code
<!DOCTYPE html>
<html
lang="en"
@NeoKEX
NeoKEX / help command source code.txt
Created October 2, 2025 03:32
help command source code
<!DOCTYPE html>
<html
lang="en"
@NeoKEX
NeoKEX / example.txt.txt
Created October 2, 2025 03:30
example.txt
Hello World
@NeoKEX
NeoKEX / example.txt.txt
Created October 1, 2025 21:46
example.txt
Hello World
@NeoKEX
NeoKEX / help command source code.txt.txt
Created October 1, 2025 21:08
help command source code.txt
<!DOCTYPE html>
<html
lang="en"
@NeoKEX
NeoKEX / help command source code.txt
Created October 1, 2025 21:05
help command source code
<!DOCTYPE html>
<html
lang="en"
@NeoKEX
NeoKEX / help command source code.txt
Created October 1, 2025 21:03
help command source code
const fs = require("fs-extra");
const path = require("path");
const https = require("https");
module.exports = {
config: {
name: "help",
aliases: ["menu", "commands"],
version: "4.8",
author: "NeoKEX",
@NeoKEX
NeoKEX / help command source code.txt
Created October 1, 2025 21:01
help command source code
const fs = require("fs-extra");
const path = require("path");
const https = require("https");
module.exports = {
config: {
name: "help",
aliases: ["menu", "commands"],
version: "4.8",
author: "NeoKEX",
@NeoKEX
NeoKEX / my_gist.txt
Created October 1, 2025 20:59
my_gist
const fs = require("fs-extra");
const path = require("path");
const https = require("https");
module.exports = {
config: {
name: "help",
aliases: ["menu", "commands"],
version: "4.8",
author: "NeoKEX",