(topgg): Minor linting and wording changes.

This commit is contained in:
2022-01-19 15:08:27 +02:00
parent 2ff4805d6c
commit 153ebcbe37
5 changed files with 60 additions and 38 deletions

View File

@@ -4,7 +4,8 @@ from settings.setting_types import Boolean
from modules.reminders.reminder import Reminder
from modules.reminders.data import reminders
from .utils import *
from .utils import create_remainder, remainder_content
@UserSettings.attach_setting
class topgg_vote_remainder(Boolean, UserSetting):
@@ -42,4 +43,4 @@ class topgg_vote_remainder(Boolean, UserSetting):
return (
" I won't send you boost reminders."
)
)