Can you list my bot in Handy Bot Category?

My project link: https://glitch.com/edit/#!/discordbot-example

Thanks.

I’ve seen your project, and I’m just wondering what you need the CLIENT_ID property in your .env file, as this is collectable data after you have logged in with the token?

1 Like

We already have a Discord starter bot in that category, but we’d happily add anything that solves a different problem. Thanks.

1 Like

Thanks for adding it.

You can get CLIENT ID from Discord Dev Page

I know, but why do you need it before the bot starts, it’s never used as well. It’s also bad practice to keep it static like that. The only static data should be the config data and the token.

1 Like

Well, as mentioned in README it is completely optional so please read.