reaction-role

ReactionRole is a module that allows you to create reaction role easily! Now with database support!

MIT License

Stars
44
Committers
5

Bot releases are visible (Hide)

reaction-role - Fixed all known issues Latest Release

Published by barbarbar338 over 3 years ago

reaction-role - Add MongoDB support again and fix database issues

Published by barbarbar338 over 3 years ago

import { ReactionRole } from "reaction-role";

/* FS Adapter */
const client = new ReactionRole("token");

/* MongoDB Adapter */
const client = new ReactionRole("token", "mongodb_uri");

client.init();
Related Projects