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

Bot not adding reactions #41

Closed
tsc0w opened this issue Jun 29, 2020 · 3 comments · Fixed by #42
Closed

Bot not adding reactions #41

tsc0w opened this issue Jun 29, 2020 · 3 comments · Fixed by #42
Labels
bug Something isn't working

Comments

@tsc0w
Copy link

tsc0w commented Jun 29, 2020

My bot isn't adding reactions.

So i tried to make a reaction message today and it all worked except when the bot tried to add the reactions, it had enough permissions to do so, its just the fact it outputted this error:

Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Python38\lib\site-packages\discord\client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "C:\DiscordBotExport\FlickzReactions\reaction-light-master\bot.py", line 363, in on_message
    "I could not commit the changes to the database. Check"
AttributeError: 'int' object has no attribute 'mention'
Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Python38\lib\site-packages\discord\client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "C:\DiscordBotExport\FlickzReactions\reaction-light-master\bot.py", line 363, in on_message
    "I could not commit the changes to the database. Check"
AttributeError: 'int' object has no attribute 'mention'
Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Python38\lib\site-packages\discord\client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "C:\DiscordBotExport\FlickzReactions\reaction-light-master\bot.py", line 363, in on_message
    "I could not commit the changes to the database. Check"
AttributeError: 'int' object has no attribute 'mention'
Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Python38\lib\site-packages\discord\client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "C:\DiscordBotExport\FlickzReactions\reaction-light-master\bot.py", line 363, in on_message
    "I could not commit the changes to the database. Check"
AttributeError: 'int' object has no attribute 'mention'
Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Python38\lib\site-packages\discord\client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "C:\DiscordBotExport\FlickzReactions\reaction-light-master\bot.py", line 363, in on_message
    "I could not commit the changes to the database. Check"
AttributeError: 'int' object has no attribute 'mention'
Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Python38\lib\site-packages\discord\client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "C:\DiscordBotExport\FlickzReactions\reaction-light-master\bot.py", line 363, in on_message
    "I could not commit the changes to the database. Check"
AttributeError: 'int' object has no attribute 'mention'
Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Python38\lib\site-packages\discord\client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "C:\DiscordBotExport\FlickzReactions\reaction-light-master\bot.py", line 363, in on_message
    "I could not commit the changes to the database. Check"
AttributeError: 'int' object has no attribute 'mention'
Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Python38\lib\site-packages\discord\client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "C:\DiscordBotExport\FlickzReactions\reaction-light-master\bot.py", line 363, in on_message
    "I could not commit the changes to the database. Check"
AttributeError: 'int' object has no attribute 'mention'
Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Python38\lib\site-packages\discord\client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "C:\DiscordBotExport\FlickzReactions\reaction-light-master\bot.py", line 363, in on_message
    "I could not commit the changes to the database. Check"
AttributeError: 'int' object has no attribute 'mention'
Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Python38\lib\site-packages\discord\client.py", line 312, in _run_event
    await coro(*args, **kwargs)
  File "C:\DiscordBotExport\FlickzReactions\reaction-light-master\bot.py", line 363, in on_message
    "I could not commit the changes to the database. Check"
AttributeError: 'int' object has no attribute 'mention'

It would mean a lot of you could help, thank you!

@tsc0w tsc0w added the bug Something isn't working label Jun 29, 2020
@eibex eibex closed this as completed in #42 Jun 29, 2020
@eibex
Copy link
Owner

eibex commented Jun 29, 2020

Should be fixed now. It was an oversight from the last update. Sorry.

@tsc0w
Copy link
Author

tsc0w commented Jun 29, 2020

All good, how will i be able to fix this, as its still not adding reactions, will i need to download it all again?

@eibex
Copy link
Owner

eibex commented Jun 29, 2020

Yes, you need to git pull again, or download it as a zip and extract the contents on top of the existing files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants