Message from @bentech
Discord ID: 479962900006699014
At least you don't have to deal with APIs like the Telstra API
It's cool and all but there is no error codes
its not, he just didnt have a counter argument against your theory and resorted to trolling
thats „internet discussions 101“
>"i troll"
!!!1!?!1 x----DDD
not you, he did
Sigh, fucking greeks
I know, didn't mean me
its was the same with the debt. at some point they just went „we re not owing you money, in fact you owe us money“
Merely pretending
<:blobthinkingfast:427569198886027264>
@Droidbot ```javascript
return msg.channel.createMessage( 'test', {
file: 'http://i.imgur.com/zOkRH1F.png',
name: 'testImage.png'
});```
just use discord.py
its prob the best one
I was thinking of that, but I'm not confident in my python skills
Mainly because I never learned python
i mean
you learn stuff by doing it
i dont know python much but i could make a simple bot with it
Fake it until you make it
Yeah but you also learn stuff quicker if you learned some basics
if you want a idea on how simple it is
I dunno, I'll try it later althought looking at discord.py documentation doesn't make me happy
oh yeah
It's no MSDN
it doesnt really have documentation
lol
<:thonk:288060975775612929>
just copy the example
You got spoiled by using MSDN, funny since closed source companies get called out for it
bassically
```@bot.command()
async def add(left : int, right : int):
"""Adds two numbers together."""
await bot.say(left + right)
```
would mean
!add 5 2
bot would say 7