Tutorials_for_BDFD

BDFD Bugs en

Jan 11th, 2023
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. bug 1
  2.  
  3. $onlyIf[$guildID!=;Please go to a server]
  4.  
  5.  
  6. bug 2
  7.  
  8. This is a common error, it allows you to use the bot against people who have a higher role than you, to fix this just add it to your code
  9.  
  10. $onlyif[$rolePosition[$highestRole[$authorID]]]
  11. <$rolePosition[$highestRole[$mentioned[1]]];error message]
  12.  
  13.  
  14. If your code works with userids use them
  15.  
  16. $onlyif[$rolePosition[$highestRole[$authorID]]]
  17. <$rolePosition[$highestRole[$findUser[$message[1]]]];error message]
Advertisement
Add Comment
Please, Sign In to add comment