Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (21 loc) · 1.54 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.54 KB

Raccoon Whitelisting

Need support? Join the Discord, and make a ticket I'll be happy to help when available. https://discord.gg/8TKfHkvdrY

What is Raccoon Whitelisting?

Raccoon Whitelisting is a new whitelist script, created by TheRaccoon (PeEcEeChIP) for an easy-to-use Discord whitelist. This script uses Badger's Discord API Script, refraining from having to make another Discord bot token, and grab role ID's, making this whitelist script easier to use for anybody.

Dependencies Needed

Badger Discord API

Configuration

-- Change your server whitelist configurations here.
Configure = {
DiscordKick = 'We couldn\'t detect the desktop client of Discord, please check if your Discord is open.', -- Sends message to the user if they're Discord is not open.
WhitelistKick = 'We\'re sorry, but this server has been whitelisted. Please join the Discord and check how to be whitelisted.', -- Sends message to the user if they're not whitelisted in the server.
RoleIDKick = 'Sorry, but we couldn\'t detect your Role ID\'s. If this problem persist\'s please contact the server developer/development team.',
svname = 'Server Name',
Whitelisted = { -- Roles that you assigned in Badgers API that should pass the whitelist, make sure each role is listed with a comma.
    "Whitelisted Role #1",
    "Whitelisted Role #2",
    "Whitelisted Role #3",
},
}```