open-source-at-illinois / osai-bot

Open-Source at Illinois Discord bot
GNU General Public License v3.0
2 stars 6 forks source link

Add /math command #1

Open xuxey opened 2 years ago

xuxey commented 2 years ago

It should evaluate mathematical expressions with 4 main operators: +, -, /, * .

For example: /math 2+5 should make the bot say "7"

jivom commented 2 years ago

Working on this