Skip to content

Commit

Permalink
Fixing staff requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikey committed Jan 7, 2025
1 parent a3edfa0 commit a3c80c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions events/on_staff_request_send.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@ async def on_staff_request_send(self, o_id: ObjectId):
view=AcknowledgeStaffRequest(o_id)
)

async def setup(bot):
await bot.add_cog(OnStaffRequestSend(bot))

0 comments on commit a3c80c8

Please sign in to comment.