Just-Fans-Of / Impromp2

MIT License
17 stars 8 forks source link

tempChannelLocation tries to report back a number when setting but returns NaN b/c it's a string #16

Closed Wizardcrying closed 7 years ago

Wizardcrying commented 7 years ago

discord_2017-02-12_19-34-51 however discord_2017-02-12_19-46-05 was this tested edit: how was this not foreseen

    }
    setKey(gid, key,value) {
        this.config.entries[gid].setValue(key, value);
        return "**" + key + "** set to `" + (value/1000) + "`";
}