Math Bot

Math Bot

1
0

نظرة عامة

A bot that does the math for you


This bot does math for you, It could be usefull if you are in a discord channel with your friend and are doing school. Companys could use this bot without have to take the calulator out. This bot has many math features like add, subtract and more. This bot features are also improving everyday.

--------Commands---------- /add {number} {number}

/subtract {number} {number}

/mutiply {number} {number}

/sqrt {number}

التقييمات والمراجعات


1

2 مراجعات

يمكن ترك المراجعات فقط من قِبل المستخدمين المسجلين. جميع المراجعات تخضع للمراجعة من قبل مشرفي Top.gg. يرجى التأكد من الاطلاع على إرشاداتنا قبل النشر.

5 نجوم

0

4 نجوم

0

3 نجوم

0

2 نجوم

0

1 نجم

2



mesty
mesty
almost 5 years ago

not usefull

0

Mephisto Pheles
Mephisto Pheles
about 5 years ago

BRUH THIS FEW COMMANDS?????? I can legit code this in python. code: from discord.ext import commands client = commands.Bot(command_prefix="/") @client.command() async def add(ctx, num1, num2): await ctx.send(f"Here is what you get when you add {num1}, {num2} together: {int(num1) + int(num2)}") @client.command() async def subtract(ctx, num1, num2): await ctx.send(f"Here ...

0