Skip to content

Instantly share code, notes, and snippets.

View jarvis394's full-sized avatar
🧱
brick

Vladislav Ekushev jarvis394

🧱
brick
View GitHub Profile
@jarvis394
jarvis394 / battle.js
Created March 21, 2022 11:53
This is a mess.
const Discord = require("discord.js");
var fs = require("fs"); //FileSystem
var db = require("quick.db");
const itemsDB = new db.table("ITEMS");
let conf = JSON.parse(fs.readFileSync("./config.json", "utf8")); //Config file
let itemsJSON = JSON.parse(fs.readFileSync("./items.json", "utf8")); //Config file
var utils = require("../utils.js");
exports.run = async (client, message, args, ops) => {
// VARIABLES //
@jarvis394
jarvis394 / config.cfg
Last active September 16, 2020 13:49
CS:GO Config File for jarvis394
unbindall
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
{
"data": {
"comments": {
"21354698": {
"id": 21354698,
"parentId": 0,
"level": 0,
"timePublished": "2020-03-04T12:08:59+00:00",
"timeChanged": null,
"isSuspended": false,