Skip to content

Commit

Permalink
allow @death Robot Builder to use some triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
fakuzatsu committed May 6, 2024
1 parent d65bb9c commit 4d0c797
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions triggers/reactions/ruleZero.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ module.exports = {
},
execute(message, args) {
if (
!message.member.permissions.has(PermissionsBitField.Flags.KickMembers)
!message.member.permissions.has(PermissionsBitField.Flags.KickMembers) &&
!message.member.roles.cache.has("1198760768494129212")
) {
return;
}
Expand All @@ -26,9 +27,7 @@ module.exports = {
"https://cdn.discordapp.com/attachments/1115345759496323173/1115682729107935392/ban_hammer_dj.png",
)
.setTitle("Rule 0")
.setURL(
"https://discord.com/channels/912508046159261728/915762325150105631",
)
.setURL("https://discord.com/channels/912508046159261728/915762325150105631")
.setDescription(
`The https://discord.com/channels/912508046159261728/915762325150105631 are the very first thing you should always read when joining a server.\n\n Pokémon Luminescent Platinum is a romhack that requires Brilliant Diamond 1.3.0 to work. You must legally own and acquire your own copy of the game. If you cannot dump the files from a hacked Nintendo Switch, then they are not considered legal!\n\n :rotating_light:**NO PIRACY IS ALLOWED IN THIS SERVER, EVER, FOR ANY REASON. PIRACY IS ILLEGAL ACQUISITIONS OF NINTENDO OR OTHER COMPANIES' PROPERTY.**\n\n **THIS INCLUDES ALLUDING TO OR IMPLYING YOUR PIRACY OR ASKING FOR: THE ROMS, NSP, XCI, UPDATE FILES, GAMES, FIRMWARE, SHADER CACHES OR KEYS, OR WHERE TO FIND THEM.**:rotating_light:\n\n :rotating_light:**THESE QUESTIONS ARE AN INSTANT BAN.**:rotating_light:\n\n These rules apply to asking about any other type of proprietary file, including games from other systems.`,
)
Expand Down
3 changes: 2 additions & 1 deletion triggers/reactions/statusBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ module.exports = {
},
execute(message, args) {
if (
!message.member.permissions.has(PermissionsBitField.Flags.KickMembers)
!message.member.permissions.has(PermissionsBitField.Flags.KickMembers) &&
!message.member.roles.cache.has('1198760768494129212')
) {
return;
}
Expand Down

0 comments on commit 4d0c797

Please sign in to comment.