Skip to content

Instantly share code, notes, and snippets.

View Loki-Xer's full-sized avatar
🍄
ɴᴏᴏʙ

Aromal Loki-Xer

🍄
ɴᴏᴏʙ
View GitHub Profile
function Character(name, age, hobby) {
cost name = aromal;
cost age = 13;
cost hobby = watching anime;
cost number = +886 908 005 375;
}
Character.prototype.interests = ["programming", "video games", "hanging out with friends", "watching anime"];
let loki = noob developer ('node.js')
@Loki-Xer
Loki-Xer / plugins.js
Last active September 9, 2023 15:18
// DONT FORK
// NOT FOR EDITING
// MADE BY LOKI
// WA ME +886 908 005 375
// MADE FOR HERMIT-MD
@Loki-Xer
Loki-Xer / mention.js
Last active January 6, 2024 12:32 — forked from I-NRL/mention.js
const {inrl, getBuffer} = require('../lib');
/*
inrl({
pattern: "mention",
type: "misc",
desc: external
}, async (message, match) => {
*/