Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something's wrong :( #13

Closed
tearjeong opened this issue Apr 6, 2022 · 3 comments
Closed

Something's wrong :( #13

tearjeong opened this issue Apr 6, 2022 · 3 comments

Comments

@tearjeong
Copy link

when I run the bot it says "ModuleNotFoundError: No module named 'pymongo'" how can I fix this (i'm a huge newbie when it comes to python/coding sorry)

@spalmurray
Copy link
Owner

spalmurray commented Apr 7, 2022

Hey @tlkws !

Sounds like you don't have the pymongo package available for Python to use. You can install it using pip- here is a link to the installation instructions: https://pymongo.readthedocs.io/en/stable/installation.html

Let me know if you are still having issues, I'm happy to help!

@tearjeong
Copy link
Author

Hi! thank you for replying

now it says ModuleNotFoundError: No module named 'configuration'

tbh I'm trying to tweak your code to have it work for world like games named SUTOM and TUSMO

this is how they present:
IMG_6630

IMG_6631

I am guessing I need to change what word the bot detects as it probably detects "wordle" for now
I'm also guessing it has to be around here :
if re.match(r"Wordle [0-9]+ [1-6|X]/6", message.content) is not None:

But I am not 100% sure nor do I know how to make it work for two keywords

@spalmurray
Copy link
Owner

spalmurray commented Apr 11, 2022

Check out this pull request someone made a while back. They added support for a number of other games, you can check out how exactly they did it.

#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants