Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Config = {
  2. DiscordToken = "token",
  3. GuildId = "536165045717958666",
  4.  
  5. -- Format: ["Role Nickname"] = "Role ID" You can get role id by doing \@RoleName
  6. Roles = {
  7. ["EAWhitelisted"] = "644254553318883329" -- This would be checked by doing exports.discord_perms:IsRolePresent(user, "TestRole")
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement