Skip to content

Commit

Permalink
Merge pull request #83 from OBITORASU/docstring
Browse files Browse the repository at this point in the history
Fix Issue #81:  Docstring to info.py - calc
  • Loading branch information
Abdur-rahmaanJ authored Mar 2, 2021
2 parents 315efa6 + 467209a commit 8de81a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions honeybot/plugins/downloaded/calc/info.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

NAME = 'calc.py'
ORIGINAL_AUTHORS = [
'Abdur-Rahmaan Janhangeer, pythonmembers.club'
]

ABOUT = '''
evaluates maths expressions in the format supported by py
'''

COMMANDS = '''
>>> .calc <maths expression>
returns evaluated expression
'''

WEBSITE = ''

0 comments on commit 8de81a5

Please sign in to comment.