This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict' | |
var uuid = require('uuid').v4 | |
var Habitica = require('habitica') | |
var ENDPOINT = 'http://localhost:3000' // whatever your endpoint url is | |
var GUILD_ID = 'your-public-guild-id' | |
var NUMBER_OF_MEMBERS = 100 | |
var count = 0 |