SinisterRectus / Discordia

Discord API library written in Lua for the Luvit runtime environment
MIT License
708 stars 143 forks source link

[new_changes] #411

Closed ghost closed 3 months ago

ghost commented 3 months ago

Here is gonna be my First work as i try lua and maybe it gonna be help me to do with it! 🐰

mbekkomo commented 3 months ago

This probably need a context why your PR is closed.

  1. Unnecesarry renaming.
  2. Removing ULL suffix from integer, this is a valid syntax in LuaJIT and it's intended for working on 64-bit integers in Lua. (Lua 5.1, current implementation for LuaJIT doesn't have 64-bit integers until 5.3)