Im coding a bot for discord and im making a staff list and im not sure how to have a whole id in a var, here's an example:
var 223618180445110274 = "staff";
Every time i run it, it says this:
SyntaxError: Unexpected number
and it targets the ID (223618180445110274) and I've tried quotes and such and it still wont work
PS. once someone gives me an answer that works i will remove this.