Last updated: May 24th, 2022
Terms and Service
- Follow Discord's Terms
- Don't spam our services
#!/usr/bin/env node | |
/** @ts-check */ | |
import { exec } from "node:child_process"; | |
import { readFile } from "node:fs/promises"; | |
import { createInterface } from "node:readline"; | |
/** | |
* @param {string} question |
const testArray: number[] = []; | |
for (let i = 0; i < 100; i++) { | |
testArray.push(i); | |
} | |
for (const { index, element } of testArray.map((element, index) => ({ | |
index, | |
element, | |
}))) { |
Last updated: May 24th, 2022
{ | |
"$schema": "http://json-schema.org/draft-06/schema#", | |
"$ref": "#/definitions/Welcome6", | |
"definitions": { | |
"Welcome6": { | |
"type": "object", | |
"additionalProperties": false, | |
"properties": { | |
"name": { | |
"type": "string" |
{ | |
"$schema": "http://json-schema.org/draft-06/schema#", | |
"$ref": "#/definitions/Welcome7", | |
"definitions": { | |
"Welcome7": { | |
"type": "object", | |
"additionalProperties": false, | |
"properties": { | |
"name": { | |
"type": "string" |
I hereby claim:
To claim this, I am signing this object:
Everytime you run a command that searches Evie's cache such as /leaderboard
Evie will look into her cache which is a list of users that have used commands since her last restart. (You don't lose any Evie coins it's just reseting her "cache" so she can respond faster)
The quickest way to get into the cache is to just run /bal
Last updated: May 24th, 2022
Evie is 100% open source and the code deployed to production is 100% identical and not tampered with.