irrelevantgamers / IG_Bot

Irrelevant Gamers Bot - Used for Conan features and Discord Shop
GNU Affero General Public License v3.0
2 stars 0 forks source link

!register #4

Open k4ridt opened 5 months ago

k4ridt commented 5 months ago

Hi all, first, let me say nice work! I like the idea of the bot and its functions.

But when I run the py and send !register in Discord the bot answers with the registration code. If I send this code in-game (local) as '!register **' (without the quotes) nothing happens.

I've checked the bot db and recognized in the table 'accounts' the array discordID will not be filled. In the table registration_codes discordID is present. I've also checked the code in all py's to find the method that's waiting for the in-game command '!register **' but couldn't find it. I could insert the discordID by hand and the bot will do his job but I like to get the in-game registration to work.

Any idea what could be wrong?

Regards!