Skip to content

Commit

Permalink
Away view should be persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed May 3, 2024
1 parent 94db5ff commit 073eaf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
)
from .exceptions import MILBotErrorHandler, ResourceNotFound
from .github import GitHub, GitHubInviteView
from .leaders import AwayView
from .projects import SoftwareProjectsView
from .reports import ReportsCog, ReportsView
from .roles import MechanicalRolesView, SummerRolesView, TeamRolesView
Expand Down Expand Up @@ -234,6 +235,7 @@ async def setup_hook(self) -> None:
self.add_view(StartEmailVerificationView(self))
self.add_view(AnonymousReportView(self))
self.add_view(GitHubInviteView(self))
self.add_view(AwayView(self))

agcm = gspread_asyncio.AsyncioGspreadClientManager(get_creds)
self.agc = await agcm.authorize()
Expand Down

0 comments on commit 073eaf9

Please sign in to comment.