Advertisement
FFGFlash

science

Feb 1st, 2021 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const Descriptor = {
  2.     description: "Science Rules!"
  3. };
  4.  
  5. async function Execute(msg) {
  6.     msg.channel.send("Science Rules!", {
  7.         files: [{attachment:"https://media1.tenor.com/images/17a7f11a1da0f25ea2dd0fa6fe882a8a/tenor.gif?itemid=5866727"}]
  8.     })
  9. }
  10.  
  11. module.exports = {
  12.     execute: Execute,
  13.     descriptor: Descriptor
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement