Danulsan

Untitled

Jun 26th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const { model, Schema } = require('mongoose');
  2.  
  3. let reaction = new Schema({
  4. Guild: String,
  5. Message: String,
  6. Emoji: String,
  7. Role: String
  8. });
  9.  
  10. module.exports = model("rrs", reaction);
Add Comment
Please, Sign In to add comment