Skip to content

Instantly share code, notes, and snippets.

View theimpossiblequiz's full-sized avatar

theimpossiblequiz

View GitHub Profile
//INFORMATION:
// Made by Theimpossiblequiz#6969
//Date started 11-21-2020
//Used in server Pengwin Bois
//Last updated 11-25-2020
//heart.js is the MAIN FILE for this bot.
const Discord = require('discord.js');
const config = require('./config.json');
@theimpossiblequiz
theimpossiblequiz / reactionrole.js
Created December 9, 2020 01:56
reaction roles
module.exports = {
name: 'reactionrole',
description: "Sets up a reaction role message!",
async execute(message, args, Discord, client) {
const channel = '786004704621756426';
const verifiedRole = message.guild.roles.cache.find(role => role.name === "squad bois");
const dmopenRole = message.guild.roles.cache.find(role => role.name === "DM's Open");
const dmclosedRole = message.guild.roles.cache.find(role => role.name === "DM's Closed");
const beatsaberplayerRole = message.guild.roles.cache.find(role => role.name === "Beat Saber Player");
const gamerRole = message.guild.roles.cache.find(role => role.name === "Gamer");