(topgg): Minor linting and wording changes.
This commit is contained in:
@@ -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."
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user