JoinColony / colonyDiscord

🤖 Beep boop. I'm a Colony Discord bot.
GNU General Public License v3.0
2 stars 2 forks source link

Add colony events #6

Closed itspatch closed 2 years ago

itspatch commented 2 years ago

Pull request to complete #3

I added all the colony events from:

I tried to categorize these events into more common or less common events. But I'm not sure that is the most helpful way to categorize these events.

I also had to increase the max line length in eslint because the event on line 123 has a long name followed by 5 parameters. This exceeded the default 84 character max. So I changed it to 90 character max.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

chmanie commented 2 years ago

Hey Pat!

Thank you so much for this, it's almost ready to be merged. I found a few minor things, please check the PR review.