UNPKG

discord-coc-bot

Version:

A Discord bot that contains commands useful for Call of Cthulu text roleplaying, based on RPbot by Gawdl3y (https://github.com/Gawdl3y/discord-rpbot/)

9 lines (6 loc) 226 B
'use babel'; 'use strict'; import { readFileSync } from 'fs'; import { join as pathJoin } from 'path'; export const version = JSON.parse(readFileSync(pathJoin(__dirname, '../package.json'))).version; export default version;