Tohru~ (トール)
Tohru~ (トール)
In Luvit 2.x the entry file is required rather then loaded (with `fs.readFileSync` + `load`) which causes two issues. 1. It requires the input file to have a `.lua`, `.so`,...
This PR adds the GuildTextChannel class a base to GuildVoiceChannel which allows you to essentially treat a voice channel as a text channel which was made possible recently by discord...
You can reliably strip away comments (at least based off of my testing) thus allowing this project to work as intended. ```lua local start = string.find(data, 'PK\5\6') if start then...