tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.54k stars 217 forks source link

Get Bot info #400

Closed entres999 closed 4 years ago

entres999 commented 4 years ago

I want my bot every time send info like his id, username etc in the console. How is that possible ? What's the exact syntax to use? Thank you

AlcaDesign commented 4 years ago

You want to know the username and ID of the bot or the event related chat user?

entres999 commented 4 years ago

You want to know the username and ID of the bot or the event related chat user?

I want to get my bot's ID in the console

entres999 commented 4 years ago

You want to know the username and ID of the bot or the event related chat user?

I want to get my bot's ID in the console

I need the id for the bot verification And I want my bot to send his details (username, ID) in the console

AlcaDesign commented 4 years ago

If you just want the bot user ID you can use the Twitch API. Here's a little tool I wrote. Just put in the username and press Go.

Note: This isn't a tmi.js issue so don't use the issues for this.