H3xadecimal / Notus

The corpse of a mistake we're desperately trying to fix for years. Unfortunately unable to transmute into something better as learnt from the Elric brothers.
3 stars 2 forks source link

Multiple owners is borked. #10

Closed H3xadecimal closed 6 years ago

H3xadecimal commented 7 years ago

ID does not register unless bot is rebooted. ~ID saves as int instead of string.~ Fixed in god knows which commit at this point.

SapphicCode commented 7 years ago

and I thought my bugs were bad

On Sat, May 20, 2017, 09:16 Hexadecimal notifications@github.com wrote:

ID does not register unless bot is rebooted. ID saves as int instead of string.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HexadecimalPython/Amethyst/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AKMKqFv_mr98wz3hU4SR2uINTj5CWOIWks5r7pNLgaJpZM4NhN75 .

H3xadecimal commented 7 years ago

Here we can see who has the superior coding knowledge.

SapphicCode commented 7 years ago

it's definitely you :^)

On Sat, May 20, 2017, 10:26 Hexadecimal notifications@github.com wrote:

Here we can see who has the superior coding knowledge.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/HexadecimalPython/Amethyst/issues/10#issuecomment-302859355, or mute the thread https://github.com/notifications/unsubscribe-auth/AKMKqDqqsblbFSk4d2m2mF5fvgdu1dAVks5r7qOrgaJpZM4NhN75 .

H3xadecimal commented 7 years ago

Totally me.

Martmists-GH commented 7 years ago

Could y'all stop spamming my inbox thanks

SapphicCode commented 7 years ago

no

On Sat, May 20, 2017, 10:56 martmists notifications@github.com wrote:

Could y'all stop spamming my inbox thanks

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/HexadecimalPython/Amethyst/issues/10#issuecomment-302860637, or mute the thread https://github.com/notifications/unsubscribe-auth/AKMKqEfbqxgZIreIF0g5_EXlttiogcABks5r7qrSgaJpZM4NhN75 .

H3xadecimal commented 7 years ago

why the fuck are you using emails pand

SapphicCode commented 7 years ago

because GitHub's mobile website is terrible and so are all related apps for mobile

On Sat, May 20, 2017, 11:26 Hexadecimal notifications@github.com wrote:

why the fuck are you using emails pand

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/HexadecimalPython/Amethyst/issues/10#issuecomment-302861782, or mute the thread https://github.com/notifications/unsubscribe-auth/AKMKqBkukULfs2ghEUDwHddozcTrw2P_ks5r7rCAgaJpZM4NhN75 .

Ovyerus commented 7 years ago

Managed to fix the ids not being saving as strings, however a reboot is still needed for it to actually get updated.

Ovyerus commented 6 years ago

I think I know the issue. When adding/removing an owner, it does update the database properly, which is why it works on a reboot, however it also only edits that one instance of dataIO, and the other instances don't reload (e.g. instance on bot class, and the ones for modules).

H3xadecimal commented 6 years ago

Moved to #20