RealAlpha / discord-c

A C library for discord...that needs some work
MIT License
18 stars 3 forks source link

Token location #4

Closed midirhee12 closed 3 years ago

midirhee12 commented 3 years ago

There is no token location explicitly put into comment or as a namespace of any form. There should be a variable for such a parameter which is meant to be changed before compilation.

RealAlpha commented 3 years ago

Thank you for raising this issue! Just to check, you're referring to the example (in main.c) right? If so, would creating a define (or the like) at the start of the file where users can place their tokens address this, or are you referring to something else?

midirhee12 commented 3 years ago

Yeah, a define in main.c would be great.

RealAlpha commented 3 years ago

Resolved in a175eae

midirhee12 commented 3 years ago

Beautiful