kodycode / PokeBot-Python

Inspired by the original Discord PokéBot
MIT License
15 stars 11 forks source link

commands not working #14

Closed wicedclown closed 1 year ago

wicedclown commented 1 year ago

when i set everything up i get this error discord.ext.commands.bot: Ignoring exception in command None so i need help plz

wicedclown commented 1 year ago

i cant use commands im not getting the error anymore but they dont do anything

kodycode commented 1 year ago

Hi, as of two weeks ago, I'm re-writing the bot over in this branch here. The codebase is very outdated and unusable but I'm thinking maybe by the end of this week or the next, I could get it all up-to-date and ironed out. I'll update the repository accordingly once I'm finished.

wicedclown commented 1 year ago

When everything is updated its still using python right

kodycode commented 1 year ago

Yep, still using Python.

wicedclown commented 1 year ago

How long will it take to get it all done

kodycode commented 1 year ago

Thinking maybe by the end of this week, latest could be end of next week.

wicedclown commented 1 year ago

Sounds good can you reply to this when it's done and ready so i set mine up

wicedclown commented 1 year ago

Also is there a way to change legendary pokemon spawn rates and a way to have the bot tell you if you got a shiny

kodycode commented 1 year ago

Also is there a way to change legendary pokemon spawn rates and a way to have the bot tell you if you got a shiny

For legendary spawn rates, not at the current moment but that can be an addition to think about the in future. As for getting a shiny, you can make a discord text channel called "shiny" and it'll post in there, but also as you capture pokemon - their respective shiny image should display.

Still cranking out the bot which will still take a while, but after fixing the catch command today, here's what it displays when you catch a shiny.

Catching a pokemon in regular text channel after issuing the command !catch:

Screenshot 2023-01-25 at 2 54 33 AM

In a text channel called "shiny", PokeBot gets automatically posted here (with gif image):

Screenshot 2023-01-25 at 2 54 44 AM
wicedclown commented 1 year ago

so in my discord if i make a channel called shiny it will automatically post in there when someone catches a shiny

wicedclown commented 1 year ago

please let me knowwhen its ready and also when it is ready how do i start the happy hour thing

wicedclown commented 1 year ago

any update?

kodycode commented 1 year ago

Still going at it.

wicedclown commented 1 year ago

So maybe sometime this week?

kodycode commented 1 year ago

Bot's now finished with the rework. There may be bugs I didn't catch as a result of the big effort in re-implementing everything, but post any new issues you find out. Please also read the README.md file here on the bot status and for instructions. I've also updated the wiki to reflect the new changes as well.