For the Fortune Teller File the comma that comes after 2 should be a semicolon.
exports.name = "Fortune Teller"
exports.description = "Can check which role a player is"
exports.abilities = {} //Because Javascript
exports.abilities.tell = {
name: "Tell",
desc: "Can check which role a player is",
run(game, me, args, cb) {
timings : {
periods : 2;
allow_day : false
}
game.masters.tell(Checking the Role of <@${args[0]})
game.u.resolve_to_id(args...