🛩️
Aircord a discord libary that use to make discord bot with low efficiency and bad performance because I don't know how to manage the project
Example
import aircord
bot = aircord.AircordClient(
token="KAKA",
intents=aircord.Intents.ALL
))
@bot.listen(aircord.Events.ready)
def ready():
print(list(bot.guilds))
@bot.listen(aircord.Events.messageCreate)
def messageCreate(event:aircord.Message):
if event.author.id == bot.user.id:
return
if message.content == "!ping":
message.channel.send("pong")
bot.start()
Bascially it's more like discord.py but wrose
Story
I was doing nothing and sad why not making a discord package or something like that it's should be related to discord
I know no body care but that is the sotry
Updates
I will relase a Deno verson of it because why not I know deno [Typescript]/[Javascript]
and for the python one I will speend the eternity working on it and try to make it better :)
Author
- H A Z E M#1629
- airbu#1745