SinisterRectus / Discordia

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

No need to specify Bot prefix in token line #400

Closed EtherealTheDev closed 10 months ago

EtherealTheDev commented 10 months ago

Makes it so you don't have to do "Bot token" but still allows for self-bots using bot param,

bot=true, will do 'Bot ' + token bot=false, will do just the token

Sorry if this description is incorrect or heard to read, its like 12 am

truemedian commented 10 months ago

This isn't even valid Lua code. However, see the reasoning the first time this was proposed.