gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

Minor Changes to Eval Command #40

Closed Shivansh-007 closed 3 years ago

Shivansh-007 commented 3 years ago

I don't understand what's up with these hardcoded vales.

Also, why are you changing things regarding the eval helper, like. removing the last few lines?

Since those lines weren't needed. For example:

a = 10
b = 15
if a > 5 or b > 10:
    # DO THIS
   return False
# and then you do.
if a > 3 or b > 5:
   if a> 5:
      # this would never be called

Hence i removed it