Skip to content

Instantly share code, notes, and snippets.

@VLTNOgithub
Created August 25, 2020 13:37
Show Gist options
  • Save VLTNOgithub/62097d0579efd68c768c045eb208a7ff to your computer and use it in GitHub Desktop.
Save VLTNOgithub/62097d0579efd68c768c045eb208a7ff to your computer and use it in GitHub Desktop.
module.exports = {
name: 'owner',
description: 'Gives the user owner',
execute(message, args){
message.member.roles.add('640298337635139624');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment