You must fork for this to work. Make sure the name of your fork is exactly modmail
If you want your bot to have auto-update functionality so you can stay up-to-date with new features, do the following steps.
| from functools import partial | |
| import random | |
| class Point: | |
| def __init__(self, row=0, col=0): | |
| self.r = row | |
| self.c = col | |
| def __eq__(self, other): | |
| return self.r == other.r and self.c == other.c |
You must fork for this to work. Make sure the name of your fork is exactly modmail
If you want your bot to have auto-update functionality so you can stay up-to-date with new features, do the following steps.
update

