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 nhận xét
Chỉ người dùng đã đăng nhập mới có thể đăng nhận xét. Mọi nhận xét đều được quản lí bởi quản trị viên Top.gg. Vui lòng xem qua các quy tắc của chúng tôi trước khi đăng nhận xét.
5 sao
0
4 sao
0
3 sao
0
2 sao
0
1 sao
2
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 ...